Shades of Cashmere #D5AC8F
Tints of Cashmere #D5AC8F
RGB
CMYK
RGB Variations
Color information
#D5AC8F (or 0xD5AC8F) is known color: Cashmere. HEX triplet: D5, AC and 8F. RGB value is (213,172,143). Sum of RGB (Red+Green+Blue) = 213+172+143=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AC8F is #2A5370. Grayscale: #B5B5B5. Windows color (decimal): -2773873 or 9415893. OLE color: 9415893.
HSL color Cylindrical-coordinate representation of color #D5AC8F: hue angle of 24.86º degrees, saturation: 0.45, 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 #D5AC8F is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 172 | 143 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.16 |
| HSL | 24.86º | 0.45% | 0.7% | - |
| HSV(B) | 24.86º | 0.33% | 0.84% | - |
| XYZ | 47.15 | 45.63 | 32.31 | - |
| YUV | 180.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 172 | 143 | 0 | 0.19 | 0.33 | 0.16 | 24.86 | 0.45 | 0.7 |
| Hex | D5 | AC | 8F | 0 | 13 | 21 | 10 | 19 | 2D | 46 |
| Octal | 325 | 254 | 217 | 0 | 23 | 41 | 20 | 31 | 55 | 106 |
| Binary | 11010101 | 10101100 | 10001111 | 0 | 10011 | 100001 | 10000 | 11001 | 101101 | 1000110 |
Color Harmonies of #D5AC8F
Complementary color
Monochromatic Colors of #D5AC8F
Black with #D5AC8F
Text Example
Text Example
White with #D5AC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AC8F; }
p { color: rgb(213,172,143); }
H1.HeaderClassName
{
color: #D5AC8F;
}
.AnyTagClassName
{
color: #D5AC8F;
}
</style>
background-color css
<style>
a { background-color: #D5AC8F; }
a { background-color: rgb(213,172,143); }
div.DivClassName
{
background-color: #D5AC8F;
}
.BgClassName
{
background-color: #D5AC8F;
}
</style>
border-color css
<style>
span { border-color: #D5AC8F; }
span { border-color: rgb(213,172,143); }
td.TdClassName
{
border-color: #D5AC8F;
}
.TagClassName
{
border-color: #D5AC8F;
}
</style>