Color Hex Logo

#daa330 Color Hex

#DAA330
(218,163,48)
0 Favorites   0 Comments

Color spaces of #daa330

RGB 21816348
HSL0.110.700.52
HSV41°78°85°
CMYK 0.000.250.78   0.15
XYZ42.544141.31328.5282
Yxy41.31320.46050.4472
Hunter Lab64.27535.668037.1260
CIE-Lab70.394810.084163.3851

#daa330 color RGB value is (218,163,48).

#daa330 hex color red value is 218, green value is 163 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #daa330 hue: 0.11 , saturation: 0.70 and the lightness value of daa330 is 0.52.

The process color (four color CMYK) of #daa330 color hex is 0.00, 0.25, 0.78, 0.15. Web safe color of #daa330 is #cc9933. Color #daa330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 00110000
Octal 332 243 60
Decimal 218 163 48
Hex DA A3 30

RGB Percentages of Color #daa330

%50.82
%38.00
%11.19

CMYK Percentages of Color #daa330

%0
%25
%78
%15

Triadic Colors of #daa330

#daa330 #30daa3 #a330da

Analogous Colors of #daa330

#daa330 #bcda30 #da4e30

Monochromatic Colors of #daa330

#daa330

Complementary Color

#daa330 #3067da

#daa330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa330 Color CSS Codes

.mybgcolor {background-color:#daa330; } 
.myforecolor {color:#daa330; }
.mybordercolor {border:3px solid #daa330; }

#daa330 Text Font Color

<p style="color:#daa330">Text here</p>

This sample text font color is #daa330
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#daa330 Background Color

<div style="background-color:#daa330">
Div content here</div>

This div background color is #daa330


#daa330 Border Color

<div style="border:3px solid #daa330">
Div here</div>

This div border color is #daa330


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,163,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #daa330; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #daa330;
  -webkit-box-shadow: 1px 1px 3px 2px #daa330;
  box-shadow:         1px 1px 3px 2px #daa330; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,163,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #daa330">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #daa330;
  -webkit-box-shadow: 1px 1px 3px 2px #daa330;
  box-shadow:         1px 1px 3px 2px #daa330;">
Div content here</div>

This div box has shadow with color #daa330


Comments

No comments written yet.

Please login to write comment.