Shades of Cashmere #D3AC92
Tints of Cashmere #D3AC92
RGB
CMYK
RGB Variations
Color information
#D3AC92 (or 0xD3AC92) is known color: Cashmere. HEX triplet: D3, AC and 92. RGB value is (211,172,146). Sum of RGB (Red+Green+Blue) = 211+172+146=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AC92 is #2C536D. Grayscale: #B4B4B4. Windows color (decimal): -2904942 or 9612499. OLE color: 9612499.
HSL color Cylindrical-coordinate representation of color #D3AC92: hue angle of 24º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3AC92 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 146 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.17 |
| HSL | 24º | 0.42% | 0.7% | - |
| HSV(B) | 24º | 0.31% | 0.83% | - |
| XYZ | 46.8 | 45.43 | 33.5 | - |
| YUV | 180.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 146 | 0 | 0.18 | 0.31 | 0.17 | 24 | 0.42 | 0.7 |
| Hex | D3 | AC | 92 | 0 | 12 | 1F | 11 | 18 | 2A | 46 |
| Octal | 323 | 254 | 222 | 0 | 22 | 37 | 21 | 30 | 52 | 106 |
| Binary | 11010011 | 10101100 | 10010010 | 0 | 10010 | 11111 | 10001 | 11000 | 101010 | 1000110 |
Color Harmonies of #D3AC92
Complementary color
Monochromatic Colors of #D3AC92
Black with #D3AC92
Text Example
Text Example
White with #D3AC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AC92; }
p { color: rgb(211,172,146); }
H1.HeaderClassName
{
color: #D3AC92;
}
.AnyTagClassName
{
color: #D3AC92;
}
</style>
background-color css
<style>
a { background-color: #D3AC92; }
a { background-color: rgb(211,172,146); }
div.DivClassName
{
background-color: #D3AC92;
}
.BgClassName
{
background-color: #D3AC92;
}
</style>
border-color css
<style>
span { border-color: #D3AC92; }
span { border-color: rgb(211,172,146); }
td.TdClassName
{
border-color: #D3AC92;
}
.TagClassName
{
border-color: #D3AC92;
}
</style>