Shades of Cashmere #D6AD8F
Tints of Cashmere #D6AD8F
RGB
CMYK
RGB Variations
Color information
#D6AD8F (or 0xD6AD8F) is known color: Cashmere. HEX triplet: D6, AD and 8F. RGB value is (214,173,143). Sum of RGB (Red+Green+Blue) = 214+173+143=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD8F is #295270. Grayscale: #B5B5B5. Windows color (decimal): -2708081 or 9416150. OLE color: 9416150.
HSL color Cylindrical-coordinate representation of color #D6AD8F: hue angle of 25.35º 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 #D6AD8F is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 143 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.16 |
| HSL | 25.35º | 0.46% | 0.7% | - |
| HSV(B) | 25.35º | 0.33% | 0.84% | - |
| XYZ | 47.63 | 46.17 | 32.39 | - |
| YUV | 181.84 | 106.08 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 143 | 0 | 0.19 | 0.33 | 0.16 | 25.35 | 0.46 | 0.7 |
| Hex | D6 | AD | 8F | 0 | 13 | 21 | 10 | 19 | 2E | 46 |
| Octal | 326 | 255 | 217 | 0 | 23 | 41 | 20 | 31 | 56 | 106 |
| Binary | 11010110 | 10101101 | 10001111 | 0 | 10011 | 100001 | 10000 | 11001 | 101110 | 1000110 |
Color Harmonies of #D6AD8F
Complementary color
Monochromatic Colors of #D6AD8F
Black with #D6AD8F
Text Example
Text Example
White with #D6AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD8F; }
p { color: rgb(214,173,143); }
H1.HeaderClassName
{
color: #D6AD8F;
}
.AnyTagClassName
{
color: #D6AD8F;
}
</style>
background-color css
<style>
a { background-color: #D6AD8F; }
a { background-color: rgb(214,173,143); }
div.DivClassName
{
background-color: #D6AD8F;
}
.BgClassName
{
background-color: #D6AD8F;
}
</style>
border-color css
<style>
span { border-color: #D6AD8F; }
span { border-color: rgb(214,173,143); }
td.TdClassName
{
border-color: #D6AD8F;
}
.TagClassName
{
border-color: #D6AD8F;
}
</style>