Shades of Cashmere #D5AF93
Tints of Cashmere #D5AF93
RGB
CMYK
RGB Variations
Color information
#D5AF93 (or 0xD5AF93) is known color: Cashmere. HEX triplet: D5, AF and 93. RGB value is (213,175,147). Sum of RGB (Red+Green+Blue) = 213+175+147=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AF93 is #2A506C. Grayscale: #B7B7B7. Windows color (decimal): -2773101 or 9678805. OLE color: 9678805.
HSL color Cylindrical-coordinate representation of color #D5AF93: hue angle of 25.45º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5AF93 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 147 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.16 |
| HSL | 25.45º | 0.44% | 0.71% | - |
| HSV(B) | 25.45º | 0.31% | 0.84% | - |
| XYZ | 48.04 | 46.91 | 34.13 | - |
| YUV | 183.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 147 | 0 | 0.18 | 0.31 | 0.16 | 25.45 | 0.44 | 0.71 |
| Hex | D5 | AF | 93 | 0 | 12 | 1F | 10 | 19 | 2C | 47 |
| Octal | 325 | 257 | 223 | 0 | 22 | 37 | 20 | 31 | 54 | 107 |
| Binary | 11010101 | 10101111 | 10010011 | 0 | 10010 | 11111 | 10000 | 11001 | 101100 | 1000111 |
Color Harmonies of #D5AF93
Complementary color
Monochromatic Colors of #D5AF93
Black with #D5AF93
Text Example
Text Example
White with #D5AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF93; }
p { color: rgb(213,175,147); }
H1.HeaderClassName
{
color: #D5AF93;
}
.AnyTagClassName
{
color: #D5AF93;
}
</style>
background-color css
<style>
a { background-color: #D5AF93; }
a { background-color: rgb(213,175,147); }
div.DivClassName
{
background-color: #D5AF93;
}
.BgClassName
{
background-color: #D5AF93;
}
</style>
border-color css
<style>
span { border-color: #D5AF93; }
span { border-color: rgb(213,175,147); }
td.TdClassName
{
border-color: #D5AF93;
}
.TagClassName
{
border-color: #D5AF93;
}
</style>