Shades of Aths Special #D9CFAF
Tints of Aths Special #D9CFAF
RGB
CMYK
RGB Variations
Color information
#D9CFAF (or 0xD9CFAF) is known color: Aths Special. HEX triplet: D9, CF and AF. RGB value is (217,207,175). Sum of RGB (Red+Green+Blue) = 217+207+175=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CFAF is #263050. Grayscale: #CECECE. Windows color (decimal): -2502737 or 11522009. OLE color: 11522009.
HSL color Cylindrical-coordinate representation of color #D9CFAF: hue angle of 45.71º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9CFAF is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 175 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.15 |
| HSL | 45.71º | 0.36% | 0.77% | - |
| HSV(B) | 45.71º | 0.19% | 0.85% | - |
| XYZ | 58.67 | 62.47 | 49.52 | - |
| YUV | 206.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 175 | 0 | 0.05 | 0.19 | 0.15 | 45.71 | 0.36 | 0.77 |
| Hex | D9 | CF | AF | 0 | 5 | 13 | F | 2E | 24 | 4D |
| Octal | 331 | 317 | 257 | 0 | 5 | 23 | 17 | 56 | 44 | 115 |
| Binary | 11011001 | 11001111 | 10101111 | 0 | 101 | 10011 | 1111 | 101110 | 100100 | 1001101 |
Color Harmonies of #D9CFAF
Complementary color
Monochromatic Colors of #D9CFAF
Black with #D9CFAF
Text Example
Text Example
White with #D9CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFAF; }
p { color: rgb(217,207,175); }
H1.HeaderClassName
{
color: #D9CFAF;
}
.AnyTagClassName
{
color: #D9CFAF;
}
</style>
background-color css
<style>
a { background-color: #D9CFAF; }
a { background-color: rgb(217,207,175); }
div.DivClassName
{
background-color: #D9CFAF;
}
.BgClassName
{
background-color: #D9CFAF;
}
</style>
border-color css
<style>
span { border-color: #D9CFAF; }
span { border-color: rgb(217,207,175); }
td.TdClassName
{
border-color: #D9CFAF;
}
.TagClassName
{
border-color: #D9CFAF;
}
</style>