#DCB09B

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

Shades of Cashmere #DCB09B

Tints of Cashmere #DCB09B

Color information

#DCB09B (or 0xDCB09B) is unknown color: approx Cashmere. HEX triplet: DC, B0 and 9B. RGB value is (220,176,155). Sum of RGB (Red+Green+Blue) = 220+176+155=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB09B is #234F64. Grayscale: #BABABA. Windows color (decimal): -2314085 or 10203356. OLE color: 10203356.

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

Color convert

RGB220176155-
CMYK00.20.300.14
HSL19.38º48.15%73.53%-
HSV(B)19.38º29.55%86.27%-
XYZ50.9648.6337.71-
YUV186.76110.08151.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 176 (69.14% from 255) = 31.94%
BLUE value IS 155 (60.94% from 255) = 28.13%
R=39.93%
G=31.94%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017615500.20.300.1419.3848.1573.53
HexDCB09B0141EE13304a
Octal33426023302436162360112
Binary110111001011000010011011010100111101110100111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB09B; }

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

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

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

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

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

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

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

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