Color Hex Logo

#dccb88 Color Hex

#DCCB88
(220,203,136)
0 Favorites   0 Comments

Color spaces of #dccb88

RGB 220203136
HSL0.130.550.70
HSV48°38°86°
CMYK 0.000.080.38   0.14
XYZ55.315159.705131.9014
Yxy59.70510.37650.4064
Hunter Lab77.2691-7.437029.6098
CIE-Lab81.6776-3.573735.5745

#dccb88 color RGB value is (220,203,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 10001000
Octal 334 313 210
Decimal 220 203 136
Hex DC CB 88

RGB Percentages of Color #dccb88

%39.36
%36.31
%24.33

CMYK Percentages of Color #dccb88

%0
%8
%38
%14

Triadic Colors of #dccb88

#dccb88 #88dccb #cb88dc

Analogous Colors of #dccb88

#dccb88 #c3dc88 #dca188

Monochromatic Colors of #dccb88

#dccb88

Complementary Color

#dccb88 #8899dc

#dccb88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb88 Color CSS Codes

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

#dccb88 Text Font Color

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

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


#dccb88 Background Color

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

This div background color is #dccb88


#dccb88 Border Color

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

This div border color is #dccb88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb88


Comments

No comments written yet.

Please login to write comment.