Color Hex Logo

#dcb084 Color Hex

#DCB084
(220,176,132)
0 Favorites   0 Comments

Color spaces of #dcb084

RGB 220176132
HSL0.080.560.69
HSV30°40°86°
CMYK 0.000.200.40   0.14
XYZ49.205447.932328.4882
Yxy47.93230.39170.3815
Hunter Lab69.23325.705524.0664
CIE-Lab74.782210.175128.6031

#dcb084 color RGB value is (220,176,132).

#dcb084 hex color red value is 220, green value is 176 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dcb084 hue: 0.08 , saturation: 0.56 and the lightness value of dcb084 is 0.69.

The process color (four color CMYK) of #dcb084 color hex is 0.00, 0.20, 0.40, 0.14. Web safe color of #dcb084 is #cc9999. Color #dcb084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 10000100
Octal 334 260 204
Decimal 220 176 132
Hex DC B0 84

RGB Percentages of Color #dcb084

%41.67
%33.33
%25.00

CMYK Percentages of Color #dcb084

%0
%20
%40
%14

Triadic Colors of #dcb084

#dcb084 #84dcb0 #b084dc

Analogous Colors of #dcb084

#dcb084 #dcdc84 #dc8484

Monochromatic Colors of #dcb084

#dcb084

Complementary Color

#dcb084 #84b0dc

#dcb084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb084 Color CSS Codes

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

#dcb084 Text Font Color

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

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


#dcb084 Background Color

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

This div background color is #dcb084


#dcb084 Border Color

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

This div border color is #dcb084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb084

#dcb084 Color Palettes


Comments

No comments written yet.

Please login to write comment.