Shades of Cashmere #DCAF96
Tints of Cashmere #DCAF96
RGB
CMYK
RGB Variations
Color information
#DCAF96 (or 0xDCAF96) is known color: Cashmere. HEX triplet: DC, AF and 96. RGB value is (220,175,150). Sum of RGB (Red+Green+Blue) = 220+175+150=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF96 is #235069. Grayscale: #B9B9B9. Windows color (decimal): -2314346 or 9875420. OLE color: 9875420.
HSL color Cylindrical-coordinate representation of color #DCAF96: hue angle of 21.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCAF96 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 150 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.14 |
| HSL | 21.43º | 0.5% | 0.73% | - |
| HSV(B) | 21.43º | 0.32% | 0.86% | - |
| XYZ | 50.35 | 48.08 | 35.48 | - |
| YUV | 185.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 150 | 0 | 0.20 | 0.32 | 0.14 | 21.43 | 0.5 | 0.73 |
| Hex | DC | AF | 96 | 0 | 14 | 20 | E | 15 | 32 | 49 |
| Octal | 334 | 257 | 226 | 0 | 24 | 40 | 16 | 25 | 62 | 111 |
| Binary | 11011100 | 10101111 | 10010110 | 0 | 10100 | 100000 | 1110 | 10101 | 110010 | 1001001 |
Color Harmonies of #DCAF96
Complementary color
Monochromatic Colors of #DCAF96
Black with #DCAF96
Text Example
Text Example
White with #DCAF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF96; }
p { color: rgb(220,175,150); }
H1.HeaderClassName
{
color: #DCAF96;
}
.AnyTagClassName
{
color: #DCAF96;
}
</style>
background-color css
<style>
a { background-color: #DCAF96; }
a { background-color: rgb(220,175,150); }
div.DivClassName
{
background-color: #DCAF96;
}
.BgClassName
{
background-color: #DCAF96;
}
</style>
border-color css
<style>
span { border-color: #DCAF96; }
span { border-color: rgb(220,175,150); }
td.TdClassName
{
border-color: #DCAF96;
}
.TagClassName
{
border-color: #DCAF96;
}
</style>