Color Hex Logo

#dccb85 Color Hex

#DCCB85
(220,203,133)
0 Favorites   0 Comments

Color spaces of #dccb85

RGB 220203133
HSL0.130.550.69
HSV48°40°86°
CMYK 0.000.080.40   0.14
XYZ55.104859.621030.7940
Yxy59.62100.37870.4097
Hunter Lab77.2146-7.737830.4048
CIE-Lab81.6318-3.905637.0506

#dccb85 color RGB value is (220,203,133).

#dccb85 hex color red value is 220, green value is 203 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dccb85 hue: 0.13 , saturation: 0.55 and the lightness value of dccb85 is 0.69.

The process color (four color CMYK) of #dccb85 color hex is 0.00, 0.08, 0.40, 0.14. Web safe color of #dccb85 is #cccc99. Color #dccb85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 10000101
Octal 334 313 205
Decimal 220 203 133
Hex DC CB 85

RGB Percentages of Color #dccb85

%39.57
%36.51
%23.92

CMYK Percentages of Color #dccb85

%0
%8
%40
%14

Triadic Colors of #dccb85

#dccb85 #85dccb #cb85dc

Analogous Colors of #dccb85

#dccb85 #c2dc85 #dca085

Monochromatic Colors of #dccb85

#dccb85

Complementary Color

#dccb85 #8596dc

#dccb85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb85 Color CSS Codes

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

#dccb85 Text Font Color

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

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


#dccb85 Background Color

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

This div background color is #dccb85


#dccb85 Border Color

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

This div border color is #dccb85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb85


Comments

No comments written yet.

Please login to write comment.