Color Hex Logo

#daa633 Color Hex

#DAA633
(218,166,51)
0 Favorites   0 Comments

Color spaces of #daa633

RGB 21816651
HSL0.110.690.53
HSV41°77°85°
CMYK 0.000.240.77   0.15
XYZ43.147242.41699.0451
Yxy42.41690.45610.4483
Hunter Lab65.12834.281137.3555
CIE-Lab71.15748.595963.0048

#daa633 color RGB value is (218,166,51).

#daa633 hex color red value is 218, green value is 166 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #daa633 hue: 0.11 , saturation: 0.69 and the lightness value of daa633 is 0.53.

The process color (four color CMYK) of #daa633 color hex is 0.00, 0.24, 0.77, 0.15. Web safe color of #daa633 is #cc9933. Color #daa633 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 00110011
Octal 332 246 63
Decimal 218 166 51
Hex DA A6 33

RGB Percentages of Color #daa633

%50.11
%38.16
%11.72

CMYK Percentages of Color #daa633

%0
%24
%77
%15

Triadic Colors of #daa633

#daa633 #33daa6 #a633da

Analogous Colors of #daa633

#daa633 #bbda33 #da5333

Monochromatic Colors of #daa633

#daa633

Complementary Color

#daa633 #3367da

#daa633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa633 Color CSS Codes

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

#daa633 Text Font Color

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

This sample text font color is #daa633
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.


#daa633 Background Color

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

This div background color is #daa633


#daa633 Border Color

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

This div border color is #daa633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa633


Comments

No comments written yet.

Please login to write comment.