Shades of Cashmere #D7AF93
Tints of Cashmere #D7AF93
RGB
CMYK
RGB Variations
Color information
#D7AF93 (or 0xD7AF93) is known color: Cashmere. HEX triplet: D7, AF and 93. RGB value is (215,175,147). Sum of RGB (Red+Green+Blue) = 215+175+147=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AF93 is #28506C. Grayscale: #B7B7B7. Windows color (decimal): -2642029 or 9678807. OLE color: 9678807.
HSL color Cylindrical-coordinate representation of color #D7AF93: hue angle of 24.71º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7AF93 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 147 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.16 |
| HSL | 24.71º | 0.46% | 0.71% | - |
| HSV(B) | 24.71º | 0.32% | 0.84% | - |
| XYZ | 48.62 | 47.21 | 34.15 | - |
| YUV | 183.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 147 | 0 | 0.19 | 0.32 | 0.16 | 24.71 | 0.46 | 0.71 |
| Hex | D7 | AF | 93 | 0 | 13 | 20 | 10 | 19 | 2E | 47 |
| Octal | 327 | 257 | 223 | 0 | 23 | 40 | 20 | 31 | 56 | 107 |
| Binary | 11010111 | 10101111 | 10010011 | 0 | 10011 | 100000 | 10000 | 11001 | 101110 | 1000111 |
Color Harmonies of #D7AF93
Complementary color
Monochromatic Colors of #D7AF93
Black with #D7AF93
Text Example
Text Example
White with #D7AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF93; }
p { color: rgb(215,175,147); }
H1.HeaderClassName
{
color: #D7AF93;
}
.AnyTagClassName
{
color: #D7AF93;
}
</style>
background-color css
<style>
a { background-color: #D7AF93; }
a { background-color: rgb(215,175,147); }
div.DivClassName
{
background-color: #D7AF93;
}
.BgClassName
{
background-color: #D7AF93;
}
</style>
border-color css
<style>
span { border-color: #D7AF93; }
span { border-color: rgb(215,175,147); }
td.TdClassName
{
border-color: #D7AF93;
}
.TagClassName
{
border-color: #D7AF93;
}
</style>