Shades of Cashmere #D3AF94
Tints of Cashmere #D3AF94
RGB
CMYK
RGB Variations
Color information
#D3AF94 (or 0xD3AF94) is known color: Cashmere. HEX triplet: D3, AF and 94. RGB value is (211,175,148). Sum of RGB (Red+Green+Blue) = 211+175+148=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AF94 is #2C506B. Grayscale: #B6B6B6. Windows color (decimal): -2904172 or 9744339. OLE color: 9744339.
HSL color Cylindrical-coordinate representation of color #D3AF94: hue angle of 25.71º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3AF94 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 148 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.17 |
| HSL | 25.71º | 0.42% | 0.7% | - |
| HSV(B) | 25.71º | 0.3% | 0.83% | - |
| XYZ | 47.54 | 46.65 | 34.52 | - |
| YUV | 182.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 148 | 0 | 0.17 | 0.30 | 0.17 | 25.71 | 0.42 | 0.7 |
| Hex | D3 | AF | 94 | 0 | 11 | 1E | 11 | 1A | 2A | 46 |
| Octal | 323 | 257 | 224 | 0 | 21 | 36 | 21 | 32 | 52 | 106 |
| Binary | 11010011 | 10101111 | 10010100 | 0 | 10001 | 11110 | 10001 | 11010 | 101010 | 1000110 |
Color Harmonies of #D3AF94
Complementary color
Monochromatic Colors of #D3AF94
Black with #D3AF94
Text Example
Text Example
White with #D3AF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AF94; }
p { color: rgb(211,175,148); }
H1.HeaderClassName
{
color: #D3AF94;
}
.AnyTagClassName
{
color: #D3AF94;
}
</style>
background-color css
<style>
a { background-color: #D3AF94; }
a { background-color: rgb(211,175,148); }
div.DivClassName
{
background-color: #D3AF94;
}
.BgClassName
{
background-color: #D3AF94;
}
</style>
border-color css
<style>
span { border-color: #D3AF94; }
span { border-color: rgb(211,175,148); }
td.TdClassName
{
border-color: #D3AF94;
}
.TagClassName
{
border-color: #D3AF94;
}
</style>