Color Hex Logo

#d9b808 Color Hex

#D9B808
(217,184,8)
0 Favorites   0 Comments

Color spaces of #d9b808

RGB 2171848
HSL0.140.930.44
HSV51°96°85°
CMYK 0.000.150.96   0.15
XYZ45.799649.05027.2835
Yxy49.05020.44840.4803
Hunter Lab70.0358-5.833542.8591
CIE-Lab75.4825-2.328876.5409

#d9b808 color RGB value is (217,184,8).

#d9b808 hex color red value is 217, green value is 184 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #d9b808 hue: 0.14 , saturation: 0.93 and the lightness value of d9b808 is 0.44.

The process color (four color CMYK) of #d9b808 color hex is 0.00, 0.15, 0.96, 0.15. Web safe color of #d9b808 is #cccc00. Color #d9b808 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111000 00001000
Octal 331 270 10
Decimal 217 184 8
Hex D9 B8 8

RGB Percentages of Color #d9b808

%53.06
%44.99
%1.96

CMYK Percentages of Color #d9b808

%0
%15
%96
%15

Triadic Colors of #d9b808

#d9b808 #08d9b8 #b808d9

Analogous Colors of #d9b808

#d9b808 #92d908 #d95008

Monochromatic Colors of #d9b808

#d9b808

Complementary Color

#d9b808 #0829d9

#d9b808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9b808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9b808 Color CSS Codes

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

#d9b808 Text Font Color

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

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


#d9b808 Background Color

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

This div background color is #d9b808


#d9b808 Border Color

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

This div border color is #d9b808


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,184,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9b808; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9b808;
  -webkit-box-shadow: 1px 1px 3px 2px #d9b808;
  box-shadow:         1px 1px 3px 2px #d9b808; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9b808


Comments

No comments written yet.

Please login to write comment.