Shades of Cashmere #D5AF9D
Tints of Cashmere #D5AF9D
RGB
CMYK
RGB Variations
Color information
#D5AF9D (or 0xD5AF9D) is known color: Cashmere. HEX triplet: D5, AF and 9D. RGB value is (213,175,157). Sum of RGB (Red+Green+Blue) = 213+175+157=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AF9D is #2A5062. Grayscale: #B8B8B8. Windows color (decimal): -2773091 or 10334165. OLE color: 10334165.
HSL color Cylindrical-coordinate representation of color #D5AF9D: hue angle of 19.29º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5AF9D is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 157 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.16 |
| HSL | 19.29º | 0.4% | 0.73% | - |
| HSV(B) | 19.29º | 0.26% | 0.84% | - |
| XYZ | 48.86 | 47.24 | 38.44 | - |
| YUV | 184.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 157 | 0 | 0.18 | 0.26 | 0.16 | 19.29 | 0.4 | 0.73 |
| Hex | D5 | AF | 9D | 0 | 12 | 1A | 10 | 13 | 28 | 49 |
| Octal | 325 | 257 | 235 | 0 | 22 | 32 | 20 | 23 | 50 | 111 |
| Binary | 11010101 | 10101111 | 10011101 | 0 | 10010 | 11010 | 10000 | 10011 | 101000 | 1001001 |
Color Harmonies of #D5AF9D
Complementary color
Monochromatic Colors of #D5AF9D
Black with #D5AF9D
Text Example
Text Example
White with #D5AF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF9D; }
p { color: rgb(213,175,157); }
H1.HeaderClassName
{
color: #D5AF9D;
}
.AnyTagClassName
{
color: #D5AF9D;
}
</style>
background-color css
<style>
a { background-color: #D5AF9D; }
a { background-color: rgb(213,175,157); }
div.DivClassName
{
background-color: #D5AF9D;
}
.BgClassName
{
background-color: #D5AF9D;
}
</style>
border-color css
<style>
span { border-color: #D5AF9D; }
span { border-color: rgb(213,175,157); }
td.TdClassName
{
border-color: #D5AF9D;
}
.TagClassName
{
border-color: #D5AF9D;
}
</style>