Color Hex Logo

#d0bd42 Color Hex

#D0BD42
(208,189,66)
0 Favorites   0 Comments

Color spaces of #d0bd42

RGB 20818966
HSL0.140.600.54
HSV52°68°82°
CMYK 0.000.090.68   0.18
XYZ45.193450.198412.4616
Yxy50.19840.41900.4654
Hunter Lab70.8508-10.129739.1674
CIE-Lab76.1909-7.119161.8464

#d0bd42 color RGB value is (208,189,66).

#d0bd42 hex color red value is 208, green value is 189 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #d0bd42 hue: 0.14 , saturation: 0.60 and the lightness value of d0bd42 is 0.54.

The process color (four color CMYK) of #d0bd42 color hex is 0.00, 0.09, 0.68, 0.18. Web safe color of #d0bd42 is #cccc33. Color #d0bd42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111101 01000010
Octal 320 275 102
Decimal 208 189 66
Hex D0 BD 42

RGB Percentages of Color #d0bd42

%44.92
%40.82
%14.25

CMYK Percentages of Color #d0bd42

%0
%9
%68
%18

Triadic Colors of #d0bd42

#d0bd42 #42d0bd #bd42d0

Analogous Colors of #d0bd42

#d0bd42 #9cd042 #d07642

Monochromatic Colors of #d0bd42

#d0bd42

Complementary Color

#d0bd42 #4255d0

#d0bd42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0bd42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0bd42 Color CSS Codes

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

#d0bd42 Text Font Color

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

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


#d0bd42 Background Color

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

This div background color is #d0bd42


#d0bd42 Border Color

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

This div border color is #d0bd42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,189,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0bd42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0bd42;
  -webkit-box-shadow: 1px 1px 3px 2px #d0bd42;
  box-shadow:         1px 1px 3px 2px #d0bd42; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0bd42


Comments

No comments written yet.

Please login to write comment.