Color Hex Logo

#dcbb78 Color Hex

#DCBB78
(220,187,120)
0 Favorites   0 Comments

Color spaces of #dcbb78

RGB 220187120
HSL0.110.590.67
HSV40°45°86°
CMYK 0.000.150.45   0.14
XYZ50.675752.112425.1571
Yxy52.11240.39610.4073
Hunter Lab72.1889-1.025929.8703
CIE-Lab77.34803.075338.2206

#dcbb78 color RGB value is (220,187,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 01111000
Octal 334 273 170
Decimal 220 187 120
Hex DC BB 78

RGB Percentages of Color #dcbb78

%41.75
%35.48
%22.77

CMYK Percentages of Color #dcbb78

%0
%15
%45
%14

Triadic Colors of #dcbb78

#dcbb78 #78dcbb #bb78dc

Analogous Colors of #dcbb78

#dcbb78 #cbdc78 #dc8978

Monochromatic Colors of #dcbb78

#dcbb78

Complementary Color

#dcbb78 #7899dc

#dcbb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb78 Color CSS Codes

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

#dcbb78 Text Font Color

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

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


#dcbb78 Background Color

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

This div background color is #dcbb78


#dcbb78 Border Color

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

This div border color is #dcbb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb78


Comments

No comments written yet.

Please login to write comment.