Shades of Cashmere #DCB29B
Tints of Cashmere #DCB29B
RGB
CMYK
RGB Variations
Color information
#DCB29B (or 0xDCB29B) is known color: 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
| RGB | 220 | 178 | 155 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.14 |
| HSL | 21.23º | 0.48% | 0.74% | - |
| HSV(B) | 21.23º | 0.3% | 0.86% | - |
| XYZ | 51.35 | 49.42 | 37.84 | - |
| YUV | 187.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 155 | 0 | 0.19 | 0.30 | 0.14 | 21.23 | 0.48 | 0.74 |
| Hex | DC | B2 | 9B | 0 | 13 | 1E | E | 15 | 30 | 4A |
| Octal | 334 | 262 | 233 | 0 | 23 | 36 | 16 | 25 | 60 | 112 |
| Binary | 11011100 | 10110010 | 10011011 | 0 | 10011 | 11110 | 1110 | 10101 | 110000 | 1001010 |
Color Harmonies of #DCB29B
Complementary color
Monochromatic Colors of #DCB29B
Black with #DCB29B
Text Example
Text Example
White with #DCB29B
Text Example
Text Example
HTML Codes & Css Web 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>