Shades of Cashmere #D5AC8E
Tints of Cashmere #D5AC8E
RGB
CMYK
RGB Variations
Color information
#D5AC8E (or 0xD5AC8E) is known color: Cashmere. HEX triplet: D5, AC and 8E. RGB value is (213,172,142). Sum of RGB (Red+Green+Blue) = 213+172+142=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AC8E is #2A5371. Grayscale: #B5B5B5. Windows color (decimal): -2773874 or 9350357. OLE color: 9350357.
HSL color Cylindrical-coordinate representation of color #D5AC8E: 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 #D5AC8E is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 172 | 142 | - |
| 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.08 | 45.6 | 31.91 | - |
| YUV | 180.84 | 106.08 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 172 | 142 | 0 | 0.19 | 0.33 | 0.16 | 25.35 | 0.46 | 0.7 |
| Hex | D5 | AC | 8E | 0 | 13 | 21 | 10 | 19 | 2E | 46 |
| Octal | 325 | 254 | 216 | 0 | 23 | 41 | 20 | 31 | 56 | 106 |
| Binary | 11010101 | 10101100 | 10001110 | 0 | 10011 | 100001 | 10000 | 11001 | 101110 | 1000110 |
Color Harmonies of #D5AC8E
Complementary color
Monochromatic Colors of #D5AC8E
Black with #D5AC8E
Text Example
Text Example
White with #D5AC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AC8E; }
p { color: rgb(213,172,142); }
H1.HeaderClassName
{
color: #D5AC8E;
}
.AnyTagClassName
{
color: #D5AC8E;
}
</style>
background-color css
<style>
a { background-color: #D5AC8E; }
a { background-color: rgb(213,172,142); }
div.DivClassName
{
background-color: #D5AC8E;
}
.BgClassName
{
background-color: #D5AC8E;
}
</style>
border-color css
<style>
span { border-color: #D5AC8E; }
span { border-color: rgb(213,172,142); }
td.TdClassName
{
border-color: #D5AC8E;
}
.TagClassName
{
border-color: #D5AC8E;
}
</style>