Shades of Cashmere #D5AD9B
Tints of Cashmere #D5AD9B
RGB
CMYK
RGB Variations
Color information
#D5AD9B (or 0xD5AD9B) is known color: Cashmere. HEX triplet: D5, AD and 9B. RGB value is (213,173,155). Sum of RGB (Red+Green+Blue) = 213+173+155=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD9B is #2A5264. Grayscale: #B7B7B7. Windows color (decimal): -2773605 or 10202581. OLE color: 10202581.
HSL color Cylindrical-coordinate representation of color #D5AD9B: hue angle of 18.62º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5AD9B is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 155 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.16 |
| HSL | 18.62º | 0.41% | 0.72% | - |
| HSV(B) | 18.62º | 0.27% | 0.84% | - |
| XYZ | 48.3 | 46.4 | 37.42 | - |
| YUV | 182.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 155 | 0 | 0.19 | 0.27 | 0.16 | 18.62 | 0.41 | 0.72 |
| Hex | D5 | AD | 9B | 0 | 13 | 1B | 10 | 13 | 29 | 48 |
| Octal | 325 | 255 | 233 | 0 | 23 | 33 | 20 | 23 | 51 | 110 |
| Binary | 11010101 | 10101101 | 10011011 | 0 | 10011 | 11011 | 10000 | 10011 | 101001 | 1001000 |
Color Harmonies of #D5AD9B
Complementary color
Monochromatic Colors of #D5AD9B
Black with #D5AD9B
Text Example
Text Example
White with #D5AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD9B; }
p { color: rgb(213,173,155); }
H1.HeaderClassName
{
color: #D5AD9B;
}
.AnyTagClassName
{
color: #D5AD9B;
}
</style>
background-color css
<style>
a { background-color: #D5AD9B; }
a { background-color: rgb(213,173,155); }
div.DivClassName
{
background-color: #D5AD9B;
}
.BgClassName
{
background-color: #D5AD9B;
}
</style>
border-color css
<style>
span { border-color: #D5AD9B; }
span { border-color: rgb(213,173,155); }
td.TdClassName
{
border-color: #D5AD9B;
}
.TagClassName
{
border-color: #D5AD9B;
}
</style>