#DCB69F

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

Shades of Cashmere #DCB69F

Tints of Cashmere #DCB69F

Color information

#DCB69F (or 0xDCB69F) is unknown color: approx Cashmere. HEX triplet: DC, B6 and 9F. RGB value is (220,182,159). Sum of RGB (Red+Green+Blue) = 220+182+159=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB69F is #234960. Grayscale: #BEBEBE. Windows color (decimal): -2312545 or 10467036. OLE color: 10467036.

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

Color convert

RGB220182159-
CMYK00.170.280.14
HSL22.62º46.56%74.31%-
HSV(B)22.62º27.73%86.27%-
XYZ52.551.1739.91-
YUV190.74110.09148.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 182 (71.48% from 255) = 32.44%
BLUE value IS 159 (62.5% from 255) = 28.34%
R=39.22%
G=32.44%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018215900.170.280.1422.6246.5674.31
HexDCB69F0111CE172f4a
Octal33426623702134162757112
Binary110111001011011010011111010001111001110101111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB69F; }

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

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

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

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

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

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

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

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