Color Hex Logo

#dcb48f Color Hex

#DCB48F
(220,180,143)
0 Favorites   0 Comments

Color spaces of #dcb48f

RGB 220180143
HSL0.080.520.71
HSV29°35°86°
CMYK 0.000.180.35   0.14
XYZ50.794449.841332.9298
Yxy49.84130.38030.3732
Hunter Lab70.59844.880721.7637
CIE-Lab75.97179.323724.3244

#dcb48f color RGB value is (220,180,143).

#dcb48f hex color red value is 220, green value is 180 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dcb48f hue: 0.08 , saturation: 0.52 and the lightness value of dcb48f is 0.71.

The process color (four color CMYK) of #dcb48f color hex is 0.00, 0.18, 0.35, 0.14. Web safe color of #dcb48f is #cccc99. Color #dcb48f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 10001111
Octal 334 264 217
Decimal 220 180 143
Hex DC B4 8F

RGB Percentages of Color #dcb48f

%40.52
%33.15
%26.34

CMYK Percentages of Color #dcb48f

%0
%18
%35
%14

Triadic Colors of #dcb48f

#dcb48f #8fdcb4 #b48fdc

Analogous Colors of #dcb48f

#dcb48f #dcdb8f #dc8f91

Monochromatic Colors of #dcb48f

#dcb48f

Complementary Color

#dcb48f #8fb7dc

#dcb48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb48f Color CSS Codes

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

#dcb48f Text Font Color

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

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


#dcb48f Background Color

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

This div background color is #dcb48f


#dcb48f Border Color

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

This div border color is #dcb48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb48f


Comments

No comments written yet.

Please login to write comment.