color codes Logo

#d0b054 color codes

#D0B054
(208,176,84)
0 Favorites   0 Comments

Color spaces of #d0b054

RGB 20817684
HSL0.120.570.57
HSV45°60°82°
CMYK 0.000.150.60   0.18
XYZ43.138045.100714.8192
Yxy45.10070.41860.4376
Hunter Lab67.1571-2.866333.9267
CIE-Lab72.95820.806750.4991

#d0b054 color RGB value is (208,176,84).

#d0b054 hex color red value is 208, green value is 176 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #d0b054 hue: 0.12 , saturation: 0.57 and the lightness value of d0b054 is 0.57.

The process color (four color CMYK) of #d0b054 color code is 0.00, 0.15, 0.60, 0.18. Web safe color of #d0b054 is #cc9966. Color #d0b054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10110000 01010100
Octal 320 260 124
Decimal 208 176 84
Hex D0 B0 54

RGB Percentages of Color #d0b054

%44.44
%37.61
%17.95

CMYK Percentages of Color #d0b054

%0
%15
%60
%18

Triadic Colors of #d0b054

#d0b054 #54d0b0 #b054d0

Analogous Colors of #d0b054

#d0b054 #b2d054 #d07254

Monochromatic Colors of #d0b054

#d0b054

Complementary Color

#d0b054 #5474d0

#d0b054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0b054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0b054 Color CSS Codes

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

#d0b054 Text Font Color

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

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


#d0b054 Background Color

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

This div background color is #d0b054


#d0b054 Border Color

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

This div border color is #d0b054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0b054


Comments

No comments written yet.

Please login to write comment.