#DCB196

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

Shades of Cashmere #DCB196

Tints of Cashmere #DCB196

Color information

#DCB196 (or 0xDCB196) is unknown color: approx Cashmere. HEX triplet: DC, B1 and 96. RGB value is (220,177,150). Sum of RGB (Red+Green+Blue) = 220+177+150=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB196 is #234E69. Grayscale: #BABABA. Windows color (decimal): -2313834 or 9875932. OLE color: 9875932.

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

Color convert

RGB220177150-
CMYK00.200.320.14
HSL23.14º50%72.55%-
HSV(B)23.14º31.82%86.27%-
XYZ50.7448.8635.61-
YUV186.78107.25151.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 177 (69.53% from 255) = 32.36%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=40.22%
G=32.36%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017715000.200.320.1423.145072.55
HexDCB19601420E173249
Octal33426122602440162762111
Binary1101110010110001100101100101001000001110101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB196; }

 p { color: rgb(220,177,150); }

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

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

 a { background-color: rgb(220,177,150); }

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

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

 span { border-color: rgb(220,177,150); }

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