Shades of Aths Special #D5C8B0
Tints of Aths Special #D5C8B0
RGB
CMYK
RGB Variations
Color information
#D5C8B0 (or 0xD5C8B0) is known color: Aths Special. HEX triplet: D5, C8 and B0. RGB value is (213,200,176). Sum of RGB (Red+Green+Blue) = 213+200+176=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C8B0 is #2A374F. Grayscale: #C9C9C9. Windows color (decimal): -2766672 or 11585749. OLE color: 11585749.
HSL color Cylindrical-coordinate representation of color #D5C8B0: hue angle of 38.92º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5C8B0 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 176 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.16 |
| HSL | 38.92º | 0.31% | 0.76% | - |
| HSV(B) | 38.92º | 0.17% | 0.84% | - |
| XYZ | 55.93 | 58.59 | 49.44 | - |
| YUV | 201.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 176 | 0 | 0.06 | 0.17 | 0.16 | 38.92 | 0.31 | 0.76 |
| Hex | D5 | C8 | B0 | 0 | 6 | 11 | 10 | 27 | 1F | 4C |
| Octal | 325 | 310 | 260 | 0 | 6 | 21 | 20 | 47 | 37 | 114 |
| Binary | 11010101 | 11001000 | 10110000 | 0 | 110 | 10001 | 10000 | 100111 | 11111 | 1001100 |
Color Harmonies of #D5C8B0
Complementary color
Monochromatic Colors of #D5C8B0
Black with #D5C8B0
Text Example
Text Example
White with #D5C8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C8B0; }
p { color: rgb(213,200,176); }
H1.HeaderClassName
{
color: #D5C8B0;
}
.AnyTagClassName
{
color: #D5C8B0;
}
</style>
background-color css
<style>
a { background-color: #D5C8B0; }
a { background-color: rgb(213,200,176); }
div.DivClassName
{
background-color: #D5C8B0;
}
.BgClassName
{
background-color: #D5C8B0;
}
</style>
border-color css
<style>
span { border-color: #D5C8B0; }
span { border-color: rgb(213,200,176); }
td.TdClassName
{
border-color: #D5C8B0;
}
.TagClassName
{
border-color: #D5C8B0;
}
</style>