#DCB09A

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

Shades of Cashmere #DCB09A

Tints of Cashmere #DCB09A

Color information

#DCB09A (or 0xDCB09A) is unknown color: approx Cashmere. HEX triplet: DC, B0 and 9A. RGB value is (220,176,154). Sum of RGB (Red+Green+Blue) = 220+176+154=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB09A is #234F65. Grayscale: #BABABA. Windows color (decimal): -2314086 or 10137820. OLE color: 10137820.

HSL color Cylindrical-coordinate representation of color #DCB09A: hue angle of 20º 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 #DCB09A is Cyan = 0, Magento = 0.2, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB220176154-
CMYK00.20.30.14
HSL20º48.53%73.33%-
HSV(B)20º30%86.27%-
XYZ50.8748.637.27-
YUV186.65109.58151.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 176 (69.14% from 255) = 32%
BLUE value IS 154 (60.55% from 255) = 28%
R=40%
G=32%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017615400.20.30.142048.5373.33
HexDCB09A0141EE143149
Octal33426023202436162461111
Binary110111001011000010011010010100111101110101001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB09A; }

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

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

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

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

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

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

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

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