Color Hex Logo

#daa602 Color Hex

#DAA602
(218,166,2)
0 Favorites   0 Comments

Color spaces of #daa602

RGB 2181662
HSL0.130.980.43
HSV46°99°85°
CMYK 0.000.240.99   0.15
XYZ42.560642.18225.9562
Yxy42.18220.46930.4651
Hunter Lab64.94783.313240.0261
CIE-Lab70.99647.540774.0719

#daa602 color RGB value is (218,166,2).

#daa602 hex color red value is 218, green value is 166 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #daa602 hue: 0.13 , saturation: 0.98 and the lightness value of daa602 is 0.43.

The process color (four color CMYK) of #daa602 color hex is 0.00, 0.24, 0.99, 0.15. Web safe color of #daa602 is #cc9900. Color #daa602 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 00000010
Octal 332 246 2
Decimal 218 166 2
Hex DA A6 2

RGB Percentages of Color #daa602

%56.48
%43.01
%0.52

CMYK Percentages of Color #daa602

%0
%24
%99
%15

Triadic Colors of #daa602

#daa602 #02daa6 #a602da

Analogous Colors of #daa602

#daa602 #a2da02 #da3a02

Monochromatic Colors of #daa602

#daa602

Complementary Color

#daa602 #0236da

#daa602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa602 Color CSS Codes

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

#daa602 Text Font Color

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

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


#daa602 Background Color

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

This div background color is #daa602


#daa602 Border Color

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

This div border color is #daa602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa602


Comments

No comments written yet.

Please login to write comment.