Shades of Cashmere #D3AD8F
Tints of Cashmere #D3AD8F
RGB
CMYK
RGB Variations
Color information
#D3AD8F (or 0xD3AD8F) is known color: Cashmere. HEX triplet: D3, AD and 8F. RGB value is (211,173,143). Sum of RGB (Red+Green+Blue) = 211+173+143=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AD8F is #2C5270. Grayscale: #B5B5B5. Windows color (decimal): -2904689 or 9416147. OLE color: 9416147.
HSL color Cylindrical-coordinate representation of color #D3AD8F: hue angle of 26.47º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3AD8F is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 143 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.17 |
| HSL | 26.47º | 0.44% | 0.69% | - |
| HSV(B) | 26.47º | 0.32% | 0.83% | - |
| XYZ | 46.77 | 45.72 | 32.35 | - |
| YUV | 180.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 143 | 0 | 0.18 | 0.32 | 0.17 | 26.47 | 0.44 | 0.69 |
| Hex | D3 | AD | 8F | 0 | 12 | 20 | 11 | 1A | 2C | 45 |
| Octal | 323 | 255 | 217 | 0 | 22 | 40 | 21 | 32 | 54 | 105 |
| Binary | 11010011 | 10101101 | 10001111 | 0 | 10010 | 100000 | 10001 | 11010 | 101100 | 1000101 |
Color Harmonies of #D3AD8F
Complementary color
Monochromatic Colors of #D3AD8F
Black with #D3AD8F
Text Example
Text Example
White with #D3AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AD8F; }
p { color: rgb(211,173,143); }
H1.HeaderClassName
{
color: #D3AD8F;
}
.AnyTagClassName
{
color: #D3AD8F;
}
</style>
background-color css
<style>
a { background-color: #D3AD8F; }
a { background-color: rgb(211,173,143); }
div.DivClassName
{
background-color: #D3AD8F;
}
.BgClassName
{
background-color: #D3AD8F;
}
</style>
border-color css
<style>
span { border-color: #D3AD8F; }
span { border-color: rgb(211,173,143); }
td.TdClassName
{
border-color: #D3AD8F;
}
.TagClassName
{
border-color: #D3AD8F;
}
</style>