Shades of Cashmere #D7AD90
Tints of Cashmere #D7AD90
RGB
CMYK
RGB Variations
Color information
#D7AD90 (or 0xD7AD90) is known color: Cashmere. HEX triplet: D7, AD and 90. RGB value is (215,173,144). Sum of RGB (Red+Green+Blue) = 215+173+144=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AD90 is #28526F. Grayscale: #B6B6B6. Windows color (decimal): -2642544 or 9481687. OLE color: 9481687.
HSL color Cylindrical-coordinate representation of color #D7AD90: hue angle of 24.51º degrees, saturation: 0.47, 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 #D7AD90 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 144 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.16 |
| HSL | 24.51º | 0.47% | 0.7% | - |
| HSV(B) | 24.51º | 0.33% | 0.84% | - |
| XYZ | 48 | 46.35 | 32.8 | - |
| YUV | 182.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 144 | 0 | 0.20 | 0.33 | 0.16 | 24.51 | 0.47 | 0.7 |
| Hex | D7 | AD | 90 | 0 | 14 | 21 | 10 | 19 | 2F | 46 |
| Octal | 327 | 255 | 220 | 0 | 24 | 41 | 20 | 31 | 57 | 106 |
| Binary | 11010111 | 10101101 | 10010000 | 0 | 10100 | 100001 | 10000 | 11001 | 101111 | 1000110 |
Color Harmonies of #D7AD90
Complementary color
Monochromatic Colors of #D7AD90
Black with #D7AD90
Text Example
Text Example
White with #D7AD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AD90; }
p { color: rgb(215,173,144); }
H1.HeaderClassName
{
color: #D7AD90;
}
.AnyTagClassName
{
color: #D7AD90;
}
</style>
background-color css
<style>
a { background-color: #D7AD90; }
a { background-color: rgb(215,173,144); }
div.DivClassName
{
background-color: #D7AD90;
}
.BgClassName
{
background-color: #D7AD90;
}
</style>
border-color css
<style>
span { border-color: #D7AD90; }
span { border-color: rgb(215,173,144); }
td.TdClassName
{
border-color: #D7AD90;
}
.TagClassName
{
border-color: #D7AD90;
}
</style>