Shades of Cashmere #D0AF92
Tints of Cashmere #D0AF92
RGB
CMYK
RGB Variations
Color information
#D0AF92 (or 0xD0AF92) is known color: Cashmere. HEX triplet: D0, AF and 92. RGB value is (208,175,146). Sum of RGB (Red+Green+Blue) = 208+175+146=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AF92 is #2F506D. Grayscale: #B5B5B5. Windows color (decimal): -3100782 or 9613264. OLE color: 9613264.
HSL color Cylindrical-coordinate representation of color #D0AF92: hue angle of 28.06º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0AF92 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 146 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.18 |
| HSL | 28.06º | 0.4% | 0.69% | - |
| HSV(B) | 28.06º | 0.3% | 0.82% | - |
| XYZ | 46.53 | 46.15 | 33.65 | - |
| YUV | 181.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 146 | 0 | 0.16 | 0.30 | 0.18 | 28.06 | 0.4 | 0.69 |
| Hex | D0 | AF | 92 | 0 | 10 | 1E | 12 | 1C | 28 | 45 |
| Octal | 320 | 257 | 222 | 0 | 20 | 36 | 22 | 34 | 50 | 105 |
| Binary | 11010000 | 10101111 | 10010010 | 0 | 10000 | 11110 | 10010 | 11100 | 101000 | 1000101 |
Color Harmonies of #D0AF92
Complementary color
Monochromatic Colors of #D0AF92
Black with #D0AF92
Text Example
Text Example
White with #D0AF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF92; }
p { color: rgb(208,175,146); }
H1.HeaderClassName
{
color: #D0AF92;
}
.AnyTagClassName
{
color: #D0AF92;
}
</style>
background-color css
<style>
a { background-color: #D0AF92; }
a { background-color: rgb(208,175,146); }
div.DivClassName
{
background-color: #D0AF92;
}
.BgClassName
{
background-color: #D0AF92;
}
</style>
border-color css
<style>
span { border-color: #D0AF92; }
span { border-color: rgb(208,175,146); }
td.TdClassName
{
border-color: #D0AF92;
}
.TagClassName
{
border-color: #D0AF92;
}
</style>