Color Hex Logo

#d0bf4d Color Hex

#D0BF4D
(208,191,77)
0 Favorites   0 Comments

Color spaces of #d0bf4d

RGB 20819177
HSL0.150.580.56
HSV52°63°82°
CMYK 0.000.080.63   0.18
XYZ45.982851.207314.4816
Yxy51.20730.41180.4586
Hunter Lab71.5593-10.527638.0929
CIE-Lab76.8044-7.504557.9179

#d0bf4d color RGB value is (208,191,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111111 01001101
Octal 320 277 115
Decimal 208 191 77
Hex D0 BF 4D

RGB Percentages of Color #d0bf4d

%43.70
%40.13
%16.18

CMYK Percentages of Color #d0bf4d

%0
%8
%63
%18

Triadic Colors of #d0bf4d

#d0bf4d #4dd0bf #bf4dd0

Analogous Colors of #d0bf4d

#d0bf4d #a0d04d #d07e4d

Monochromatic Colors of #d0bf4d

#d0bf4d

Complementary Color

#d0bf4d #4d5ed0

#d0bf4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0bf4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0bf4d Color CSS Codes

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

#d0bf4d Text Font Color

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

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


#d0bf4d Background Color

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

This div background color is #d0bf4d


#d0bf4d Border Color

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

This div border color is #d0bf4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0bf4d


Comments

No comments written yet.

Please login to write comment.