Shades of Cashmere #D6AF90
Tints of Cashmere #D6AF90
RGB
CMYK
RGB Variations
Color information
#D6AF90 (or 0xD6AF90) is known color: Cashmere. HEX triplet: D6, AF and 90. RGB value is (214,175,144). Sum of RGB (Red+Green+Blue) = 214+175+144=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AF90 is #29506F. Grayscale: #B7B7B7. Windows color (decimal): -2707568 or 9482198. OLE color: 9482198.
HSL color Cylindrical-coordinate representation of color #D6AF90: hue angle of 26.57º 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 #D6AF90 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 144 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.16 |
| HSL | 26.57º | 0.46% | 0.7% | - |
| HSV(B) | 26.57º | 0.33% | 0.84% | - |
| XYZ | 48.1 | 46.97 | 32.92 | - |
| YUV | 183.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 144 | 0 | 0.18 | 0.33 | 0.16 | 26.57 | 0.46 | 0.7 |
| Hex | D6 | AF | 90 | 0 | 12 | 21 | 10 | 1B | 2E | 46 |
| Octal | 326 | 257 | 220 | 0 | 22 | 41 | 20 | 33 | 56 | 106 |
| Binary | 11010110 | 10101111 | 10010000 | 0 | 10010 | 100001 | 10000 | 11011 | 101110 | 1000110 |
Color Harmonies of #D6AF90
Complementary color
Monochromatic Colors of #D6AF90
Black with #D6AF90
Text Example
Text Example
White with #D6AF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF90; }
p { color: rgb(214,175,144); }
H1.HeaderClassName
{
color: #D6AF90;
}
.AnyTagClassName
{
color: #D6AF90;
}
</style>
background-color css
<style>
a { background-color: #D6AF90; }
a { background-color: rgb(214,175,144); }
div.DivClassName
{
background-color: #D6AF90;
}
.BgClassName
{
background-color: #D6AF90;
}
</style>
border-color css
<style>
span { border-color: #D6AF90; }
span { border-color: rgb(214,175,144); }
td.TdClassName
{
border-color: #D6AF90;
}
.TagClassName
{
border-color: #D6AF90;
}
</style>