Shades of Cashmere #D6AA8F
Tints of Cashmere #D6AA8F
RGB
CMYK
RGB Variations
Color information
#D6AA8F (or 0xD6AA8F) is known color: Cashmere. HEX triplet: D6, AA and 8F. RGB value is (214,170,143). Sum of RGB (Red+Green+Blue) = 214+170+143=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AA8F is #295570. Grayscale: #B4B4B4. Windows color (decimal): -2708849 or 9415382. OLE color: 9415382.
HSL color Cylindrical-coordinate representation of color #D6AA8F: hue angle of 22.82º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6AA8F is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 143 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.16 |
| HSL | 22.82º | 0.46% | 0.7% | - |
| HSV(B) | 22.82º | 0.33% | 0.84% | - |
| XYZ | 47.06 | 45.03 | 32.2 | - |
| YUV | 180.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 143 | 0 | 0.21 | 0.33 | 0.16 | 22.82 | 0.46 | 0.7 |
| Hex | D6 | AA | 8F | 0 | 15 | 21 | 10 | 17 | 2E | 46 |
| Octal | 326 | 252 | 217 | 0 | 25 | 41 | 20 | 27 | 56 | 106 |
| Binary | 11010110 | 10101010 | 10001111 | 0 | 10101 | 100001 | 10000 | 10111 | 101110 | 1000110 |
Color Harmonies of #D6AA8F
Complementary color
Monochromatic Colors of #D6AA8F
Black with #D6AA8F
Text Example
Text Example
White with #D6AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA8F; }
p { color: rgb(214,170,143); }
H1.HeaderClassName
{
color: #D6AA8F;
}
.AnyTagClassName
{
color: #D6AA8F;
}
</style>
background-color css
<style>
a { background-color: #D6AA8F; }
a { background-color: rgb(214,170,143); }
div.DivClassName
{
background-color: #D6AA8F;
}
.BgClassName
{
background-color: #D6AA8F;
}
</style>
border-color css
<style>
span { border-color: #D6AA8F; }
span { border-color: rgb(214,170,143); }
td.TdClassName
{
border-color: #D6AA8F;
}
.TagClassName
{
border-color: #D6AA8F;
}
</style>