Shades of Aths Special #D5CBAF
Tints of Aths Special #D5CBAF
RGB
CMYK
RGB Variations
Color information
#D5CBAF (or 0xD5CBAF) is known color: Aths Special. HEX triplet: D5, CB and AF. RGB value is (213,203,175). Sum of RGB (Red+Green+Blue) = 213+203+175=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CBAF is #2A3450. Grayscale: #CACACA. Windows color (decimal): -2765905 or 11520981. OLE color: 11520981.
HSL color Cylindrical-coordinate representation of color #D5CBAF: hue angle of 44.21º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5CBAF is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 175 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.16 |
| HSL | 44.21º | 0.31% | 0.76% | - |
| HSV(B) | 44.21º | 0.18% | 0.84% | - |
| XYZ | 56.53 | 59.95 | 49.15 | - |
| YUV | 202.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 175 | 0 | 0.05 | 0.18 | 0.16 | 44.21 | 0.31 | 0.76 |
| Hex | D5 | CB | AF | 0 | 5 | 12 | 10 | 2C | 1F | 4C |
| Octal | 325 | 313 | 257 | 0 | 5 | 22 | 20 | 54 | 37 | 114 |
| Binary | 11010101 | 11001011 | 10101111 | 0 | 101 | 10010 | 10000 | 101100 | 11111 | 1001100 |
Color Harmonies of #D5CBAF
Complementary color
Monochromatic Colors of #D5CBAF
Black with #D5CBAF
Text Example
Text Example
White with #D5CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBAF; }
p { color: rgb(213,203,175); }
H1.HeaderClassName
{
color: #D5CBAF;
}
.AnyTagClassName
{
color: #D5CBAF;
}
</style>
background-color css
<style>
a { background-color: #D5CBAF; }
a { background-color: rgb(213,203,175); }
div.DivClassName
{
background-color: #D5CBAF;
}
.BgClassName
{
background-color: #D5CBAF;
}
</style>
border-color css
<style>
span { border-color: #D5CBAF; }
span { border-color: rgb(213,203,175); }
td.TdClassName
{
border-color: #D5CBAF;
}
.TagClassName
{
border-color: #D5CBAF;
}
</style>