#DCB097

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

Shades of Cashmere #DCB097

Tints of Cashmere #DCB097

Color information

#DCB097 (or 0xDCB097) is unknown color: approx Cashmere. HEX triplet: DC, B0 and 97. RGB value is (220,176,151). Sum of RGB (Red+Green+Blue) = 220+176+151=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB097 is #234F68. Grayscale: #BABABA. Windows color (decimal): -2314089 or 9941212. OLE color: 9941212.

HSL color Cylindrical-coordinate representation of color #DCB097: hue angle of 21.74º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCB097 is Cyan = 0, Magento = 0.2, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220176151-
CMYK00.20.310.14
HSL21.74º49.64%72.75%-
HSV(B)21.74º31.36%86.27%-
XYZ50.6348.535.97-
YUV186.31108.08152.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 151 (59.38% from 255) = 27.61%
R=40.22%
G=32.18%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017615100.20.310.1421.7449.6472.75
HexDCB0970141FE163249
Octal33426022702437162662111
Binary110111001011000010010111010100111111110101101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB097; }

 p { color: rgb(220,176,151); }

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

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

 a { background-color: rgb(220,176,151); }

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

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

 span { border-color: rgb(220,176,151); }

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