Shades of Aths Special #D6CAAD
Tints of Aths Special #D6CAAD
RGB
CMYK
RGB Variations
Color information
#D6CAAD (or 0xD6CAAD) is known color: Aths Special. HEX triplet: D6, CA and AD. RGB value is (214,202,173). Sum of RGB (Red+Green+Blue) = 214+202+173=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CAAD is #293552. Grayscale: #CACACA. Windows color (decimal): -2700627 or 11389654. OLE color: 11389654.
HSL color Cylindrical-coordinate representation of color #D6CAAD: hue angle of 42.44º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6CAAD is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 173 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.16 |
| HSL | 42.44º | 0.33% | 0.76% | - |
| HSV(B) | 42.44º | 0.19% | 0.84% | - |
| XYZ | 56.39 | 59.55 | 48.06 | - |
| YUV | 202.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 173 | 0 | 0.06 | 0.19 | 0.16 | 42.44 | 0.33 | 0.76 |
| Hex | D6 | CA | AD | 0 | 6 | 13 | 10 | 2A | 21 | 4C |
| Octal | 326 | 312 | 255 | 0 | 6 | 23 | 20 | 52 | 41 | 114 |
| Binary | 11010110 | 11001010 | 10101101 | 0 | 110 | 10011 | 10000 | 101010 | 100001 | 1001100 |
Color Harmonies of #D6CAAD
Complementary color
Monochromatic Colors of #D6CAAD
Black with #D6CAAD
Text Example
Text Example
White with #D6CAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CAAD; }
p { color: rgb(214,202,173); }
H1.HeaderClassName
{
color: #D6CAAD;
}
.AnyTagClassName
{
color: #D6CAAD;
}
</style>
background-color css
<style>
a { background-color: #D6CAAD; }
a { background-color: rgb(214,202,173); }
div.DivClassName
{
background-color: #D6CAAD;
}
.BgClassName
{
background-color: #D6CAAD;
}
</style>
border-color css
<style>
span { border-color: #D6CAAD; }
span { border-color: rgb(214,202,173); }
td.TdClassName
{
border-color: #D6CAAD;
}
.TagClassName
{
border-color: #D6CAAD;
}
</style>