#DCB29B

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

Shades of Cashmere #DCB29B

Tints of Cashmere #DCB29B

Color information

#DCB29B (or 0xDCB29B) is unknown color: approx Cashmere. HEX triplet: DC, B2 and 9B. RGB value is (220,178,155). Sum of RGB (Red+Green+Blue) = 220+178+155=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB29B is #234D64. Grayscale: #BCBCBC. Windows color (decimal): -2313573 or 10203868. OLE color: 10203868.

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

Color convert

RGB220178155-
CMYK00.190.300.14
HSL21.23º48.15%73.53%-
HSV(B)21.23º29.55%86.27%-
XYZ51.3549.4237.84-
YUV187.94109.41150.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 155 (60.94% from 255) = 28.03%
R=39.78%
G=32.19%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017815500.190.300.1421.2348.1573.53
HexDCB29B0131EE15304a
Octal33426223302336162560112
Binary110111001011001010011011010011111101110101011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB29B; }

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

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

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

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

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

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

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

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