Color Hex Logo

#dcbb99 Color Hex

#DCBB99
(220,187,153)
0 Favorites   0 Comments

Color spaces of #dcbb99

RGB 220187153
HSL0.080.490.73
HSV30°30°86°
CMYK 0.000.150.30   0.14
XYZ53.035353.056237.5826
Yxy53.05620.36910.3693
Hunter Lab72.83972.498220.3963
CIE-Lab77.90826.858321.6167

#dcbb99 color RGB value is (220,187,153).

#dcbb99 hex color red value is 220, green value is 187 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dcbb99 hue: 0.08 , saturation: 0.49 and the lightness value of dcbb99 is 0.73.

The process color (four color CMYK) of #dcbb99 color hex is 0.00, 0.15, 0.30, 0.14. Web safe color of #dcbb99 is #cccc99. Color #dcbb99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10011001
Octal 334 273 231
Decimal 220 187 153
Hex DC BB 99

RGB Percentages of Color #dcbb99

%39.29
%33.39
%27.32

CMYK Percentages of Color #dcbb99

%0
%15
%30
%14

Triadic Colors of #dcbb99

#dcbb99 #99dcbb #bb99dc

Analogous Colors of #dcbb99

#dcbb99 #dcdc99 #dc9a99

Monochromatic Colors of #dcbb99

#dcbb99

Complementary Color

#dcbb99 #99badc

#dcbb99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb99 Color CSS Codes

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

#dcbb99 Text Font Color

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

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


#dcbb99 Background Color

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

This div background color is #dcbb99


#dcbb99 Border Color

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

This div border color is #dcbb99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb99


Comments

No comments written yet.

Please login to write comment.