Color Hex Logo

#d0b64e Color Hex

#D0B64E
(208,182,78)
0 Favorites   0 Comments

Color spaces of #d0b64e

RGB 20818278
HSL0.130.580.56
HSV48°63°82°
CMYK 0.000.130.63   0.18
XYZ44.115547.415914.0348
Yxy47.41590.41790.4492
Hunter Lab68.8592-6.145436.1170
CIE-Lab74.4550-2.764654.9281

#d0b64e color RGB value is (208,182,78).

#d0b64e hex color red value is 208, green value is 182 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d0b64e hue: 0.13 , saturation: 0.58 and the lightness value of d0b64e is 0.56.

The process color (four color CMYK) of #d0b64e color hex is 0.00, 0.13, 0.63, 0.18. Web safe color of #d0b64e is #cccc66. Color #d0b64e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10110110 01001110
Octal 320 266 116
Decimal 208 182 78
Hex D0 B6 4E

RGB Percentages of Color #d0b64e

%44.44
%38.89
%16.67

CMYK Percentages of Color #d0b64e

%0
%13
%63
%18

Triadic Colors of #d0b64e

#d0b64e #4ed0b6 #b64ed0

Analogous Colors of #d0b64e

#d0b64e #a9d04e #d0754e

Monochromatic Colors of #d0b64e

#d0b64e

Complementary Color

#d0b64e #4e68d0

#d0b64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0b64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0b64e Color CSS Codes

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

#d0b64e Text Font Color

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

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


#d0b64e Background Color

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

This div background color is #d0b64e


#d0b64e Border Color

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

This div border color is #d0b64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0b64e


Comments

No comments written yet.

Please login to write comment.