#DCB69C

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

Shades of Cashmere #DCB69C

Tints of Cashmere #DCB69C

Color information

#DCB69C (or 0xDCB69C) is unknown color: approx Cashmere. HEX triplet: DC, B6 and 9C. RGB value is (220,182,156). Sum of RGB (Red+Green+Blue) = 220+182+156=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB69C is #234963. Grayscale: #BEBEBE. Windows color (decimal): -2312548 or 10270428. OLE color: 10270428.

HSL color Cylindrical-coordinate representation of color #DCB69C: hue angle of 24.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCB69C is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220182156-
CMYK00.170.290.14
HSL24.38º47.76%73.73%-
HSV(B)24.38º29.09%86.27%-
XYZ52.2451.0738.56-
YUV190.4108.59149.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 182 (71.48% from 255) = 32.62%
BLUE value IS 156 (61.33% from 255) = 27.96%
R=39.43%
G=32.62%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018215600.170.290.1424.3847.7673.73
HexDCB69C0111DE18304a
Octal33426623402135163060112
Binary110111001011011010011100010001111011110110001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB69C; }

 p { color: rgb(220,182,156); }

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

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

 a { background-color: rgb(220,182,156); }

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

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

 span { border-color: rgb(220,182,156); }

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