Color Hex Logo

#dcb88f Color Hex

#DCB88F
(220,184,143)
0 Favorites   0 Comments

Color spaces of #dcb88f

RGB 220184143
HSL0.090.520.71
HSV32°35°86°
CMYK 0.000.160.35   0.14
XYZ51.613651.479833.2029
Yxy51.47980.37870.3777
Hunter Lab71.74942.844122.7874
CIE-Lab76.96877.196025.6733

#dcb88f color RGB value is (220,184,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 10001111
Octal 334 270 217
Decimal 220 184 143
Hex DC B8 8F

RGB Percentages of Color #dcb88f

%40.22
%33.64
%26.14

CMYK Percentages of Color #dcb88f

%0
%16
%35
%14

Triadic Colors of #dcb88f

#dcb88f #8fdcb8 #b88fdc

Analogous Colors of #dcb88f

#dcb88f #dadc8f #dc928f

Monochromatic Colors of #dcb88f

#dcb88f

Complementary Color

#dcb88f #8fb3dc

#dcb88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb88f Color CSS Codes

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

#dcb88f Text Font Color

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

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


#dcb88f Background Color

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

This div background color is #dcb88f


#dcb88f Border Color

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

This div border color is #dcb88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb88f


Comments

No comments written yet.

Please login to write comment.