Color Hex Logo

#dcbb4e Color Hex

#DCBB4E
(220,187,78)
0 Favorites   0 Comments

Color spaces of #dcbb4e

RGB 22018778
HSL0.130.670.58
HSV46°65°86°
CMYK 0.000.150.65   0.14
XYZ48.660751.306414.5462
Yxy51.30640.42490.4480
Hunter Lab71.6285-4.086238.0994
CIE-Lab76.8642-0.286157.8694

#dcbb4e color RGB value is (220,187,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 01001110
Octal 334 273 116
Decimal 220 187 78
Hex DC BB 4E

RGB Percentages of Color #dcbb4e

%45.36
%38.56
%16.08

CMYK Percentages of Color #dcbb4e

%0
%15
%65
%14

Triadic Colors of #dcbb4e

#dcbb4e #4edcbb #bb4edc

Analogous Colors of #dcbb4e

#dcbb4e #b6dc4e #dc744e

Monochromatic Colors of #dcbb4e

#dcbb4e

Complementary Color

#dcbb4e #4e6fdc

#dcbb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb4e Color CSS Codes

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

#dcbb4e Text Font Color

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

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


#dcbb4e Background Color

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

This div background color is #dcbb4e


#dcbb4e Border Color

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

This div border color is #dcbb4e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,187,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 #dcbb4e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb4e


Comments

No comments written yet.

Please login to write comment.