Shades of Aths Special #D6CCB4
Tints of Aths Special #D6CCB4
RGB
CMYK
RGB Variations
Color information
#D6CCB4 (or 0xD6CCB4) is known color: Aths Special. HEX triplet: D6, CC and B4. RGB value is (214,204,180). Sum of RGB (Red+Green+Blue) = 214+204+180=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCB4 is #29334B. Grayscale: #CCCCCC. Windows color (decimal): -2700108 or 11848918. OLE color: 11848918.
HSL color Cylindrical-coordinate representation of color #D6CCB4: hue angle of 42.35º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6CCB4 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 180 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.16 |
| HSL | 42.35º | 0.29% | 0.77% | - |
| HSV(B) | 42.35º | 0.16% | 0.84% | - |
| XYZ | 57.56 | 60.78 | 51.88 | - |
| YUV | 204.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 180 | 0 | 0.05 | 0.16 | 0.16 | 42.35 | 0.29 | 0.77 |
| Hex | D6 | CC | B4 | 0 | 5 | 10 | 10 | 2A | 1D | 4D |
| Octal | 326 | 314 | 264 | 0 | 5 | 20 | 20 | 52 | 35 | 115 |
| Binary | 11010110 | 11001100 | 10110100 | 0 | 101 | 10000 | 10000 | 101010 | 11101 | 1001101 |
Color Harmonies of #D6CCB4
Complementary color
Monochromatic Colors of #D6CCB4
Black with #D6CCB4
Text Example
Text Example
White with #D6CCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCB4; }
p { color: rgb(214,204,180); }
H1.HeaderClassName
{
color: #D6CCB4;
}
.AnyTagClassName
{
color: #D6CCB4;
}
</style>
background-color css
<style>
a { background-color: #D6CCB4; }
a { background-color: rgb(214,204,180); }
div.DivClassName
{
background-color: #D6CCB4;
}
.BgClassName
{
background-color: #D6CCB4;
}
</style>
border-color css
<style>
span { border-color: #D6CCB4; }
span { border-color: rgb(214,204,180); }
td.TdClassName
{
border-color: #D6CCB4;
}
.TagClassName
{
border-color: #D6CCB4;
}
</style>