Color Hex Logo

#d6a902 Color Hex

#D6A902
(214,169,2)
0 Favorites   0 Comments

Color spaces of #d6a902

RGB 2141692
HSL0.130.980.42
HSV47°99°84°
CMYK 0.000.210.99   0.16
XYZ41.930542.67656.0848
Yxy42.67650.46230.4706
Hunter Lab65.32730.248140.2066
CIE-Lab71.33494.184574.1130

#d6a902 color RGB value is (214,169,2).

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

The process color (four color CMYK) of #d6a902 color hex is 0.00, 0.21, 0.99, 0.16. Web safe color of #d6a902 is #cc9900. Color #d6a902 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101001 00000010
Octal 326 251 2
Decimal 214 169 2
Hex D6 A9 2

RGB Percentages of Color #d6a902

%55.58
%43.90
%0.52

CMYK Percentages of Color #d6a902

%0
%21
%99
%16

Triadic Colors of #d6a902

#d6a902 #02d6a9 #a902d6

Analogous Colors of #d6a902

#d6a902 #99d602 #d63f02

Monochromatic Colors of #d6a902

#d6a902

Complementary Color

#d6a902 #022fd6

#d6a902 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6a902 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6a902 Color CSS Codes

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

#d6a902 Text Font Color

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

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


#d6a902 Background Color

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

This div background color is #d6a902


#d6a902 Border Color

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

This div border color is #d6a902


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,169,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 #d6a902">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6a902


Comments

No comments written yet.

Please login to write comment.