Color Hex Logo

#dccb99 Color Hex

#DCCB99
(220,203,153)
0 Favorites   0 Comments

Color spaces of #dccb99

RGB 220203153
HSL0.120.490.73
HSV45°30°86°
CMYK 0.000.080.30   0.14
XYZ56.620960.227438.7778
Yxy60.22740.36380.3870
Hunter Lab77.6063-5.579024.6988
CIE-Lab81.9616-1.538527.1337

#dccb99 color RGB value is (220,203,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 10011001
Octal 334 313 231
Decimal 220 203 153
Hex DC CB 99

RGB Percentages of Color #dccb99

%38.19
%35.24
%26.56

CMYK Percentages of Color #dccb99

%0
%8
%30
%14

Triadic Colors of #dccb99

#dccb99 #99dccb #cb99dc

Analogous Colors of #dccb99

#dccb99 #ccdc99 #dcaa99

Monochromatic Colors of #dccb99

#dccb99

Complementary Color

#dccb99 #99aadc

#dccb99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb99 Color CSS Codes

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

#dccb99 Text Font Color

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

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


#dccb99 Background Color

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

This div background color is #dccb99


#dccb99 Border Color

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

This div border color is #dccb99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb99


Comments

No comments written yet.

Please login to write comment.