Color Hex Logo

#dcbd78 Color Hex

#DCBD78
(220,189,120)
0 Favorites   0 Comments

Color spaces of #dcbd78

RGB 220189120
HSL0.120.590.67
HSV41°45°86°
CMYK 0.000.140.45   0.14
XYZ51.103052.966925.2995
Yxy52.96690.39500.4094
Hunter Lab72.7784-2.024330.3342
CIE-Lab77.85552.024438.8644

#dcbd78 color RGB value is (220,189,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 01111000
Octal 334 275 170
Decimal 220 189 120
Hex DC BD 78

RGB Percentages of Color #dcbd78

%41.59
%35.73
%22.68

CMYK Percentages of Color #dcbd78

%0
%14
%45
%14

Triadic Colors of #dcbd78

#dcbd78 #78dcbd #bd78dc

Analogous Colors of #dcbd78

#dcbd78 #c9dc78 #dc8b78

Monochromatic Colors of #dcbd78

#dcbd78

Complementary Color

#dcbd78 #7897dc

#dcbd78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbd78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbd78 Color CSS Codes

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

#dcbd78 Text Font Color

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

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


#dcbd78 Background Color

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

This div background color is #dcbd78


#dcbd78 Border Color

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

This div border color is #dcbd78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbd78


Comments

No comments written yet.

Please login to write comment.