#DCB399

Color #DCB399 Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #DCB399

Tints of Cashmere #DCB399

Color information

#DCB399 (or 0xDCB399) is unknown color: approx Cashmere. HEX triplet: DC, B3 and 99. RGB value is (220,179,153). Sum of RGB (Red+Green+Blue) = 220+179+153=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB399 is #234C66. Grayscale: #BCBCBC. Windows color (decimal): -2313319 or 10073052. OLE color: 10073052.

HSL color Cylindrical-coordinate representation of color #DCB399: hue angle of 23.28º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB399 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220179153-
CMYK00.190.300.14
HSL23.28º48.91%73.14%-
HSV(B)23.28º30.45%86.27%-
XYZ51.3949.7637.03-
YUV188.3108.08150.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 179 (70.31% from 255) = 32.43%
BLUE value IS 153 (60.16% from 255) = 27.72%
R=39.86%
G=32.43%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017915300.190.300.1423.2848.9173.14
HexDCB3990131EE173149
Octal33426323102336162761111
Binary110111001011001110011001010011111101110101111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB399; }

 p { color: rgb(220,179,153); }

 H1.HeaderClassName
 {
   color: #DCB399;
 }
 .AnyTagClassName
 {
   color: #DCB399;
 }
</style>
background-color css

<style>
 a { background-color: #DCB399; }

 a { background-color: rgb(220,179,153); }

 div.DivClassName
 {
   background-color: #DCB399;
 }
 .BgClassName
 {
   background-color: #DCB399;
 }
</style>
border-color css

<style>
 span { border-color: #DCB399; }

 span { border-color: rgb(220,179,153); }

 td.TdClassName
 {
   border-color: #DCB399;
 }
 .TagClassName
 {
   border-color: #DCB399;
 }
</style>