Color Hex Logo

#dcbb5b Color Hex

#DCBB5B
(220,187,91)
0 Favorites   0 Comments

Color spaces of #dcbb5b

RGB 22018791
HSL0.120.650.61
HSV45°59°86°
CMYK 0.000.150.59   0.14
XYZ49.173951.511617.2485
Yxy51.51160.41700.4368
Hunter Lab71.7716-3.302035.9912
CIE-Lab76.98790.582252.1074

#dcbb5b color RGB value is (220,187,91).

#dcbb5b hex color red value is 220, green value is 187 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dcbb5b hue: 0.12 , saturation: 0.65 and the lightness value of dcbb5b is 0.61.

The process color (four color CMYK) of #dcbb5b color hex is 0.00, 0.15, 0.59, 0.14. Web safe color of #dcbb5b is #cccc66. Color #dcbb5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 01011011
Octal 334 273 133
Decimal 220 187 91
Hex DC BB 5B

RGB Percentages of Color #dcbb5b

%44.18
%37.55
%18.27

CMYK Percentages of Color #dcbb5b

%0
%15
%59
%14

Triadic Colors of #dcbb5b

#dcbb5b #5bdcbb #bb5bdc

Analogous Colors of #dcbb5b

#dcbb5b #bddc5b #dc7b5b

Monochromatic Colors of #dcbb5b

#dcbb5b

Complementary Color

#dcbb5b #5b7cdc

#dcbb5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb5b Color CSS Codes

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

#dcbb5b Text Font Color

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

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


#dcbb5b Background Color

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

This div background color is #dcbb5b


#dcbb5b Border Color

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

This div border color is #dcbb5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,187,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcbb5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcbb5b;
  -webkit-box-shadow: 1px 1px 3px 2px #dcbb5b;
  box-shadow:         1px 1px 3px 2px #dcbb5b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,187,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb5b


Comments

No comments written yet.

Please login to write comment.