Shades of Aths Special #D9CDB4
Tints of Aths Special #D9CDB4
RGB
CMYK
RGB Variations
Color information
#D9CDB4 (or 0xD9CDB4) is known color: Aths Special. HEX triplet: D9, CD and B4. RGB value is (217,205,180). Sum of RGB (Red+Green+Blue) = 217+205+180=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDB4 is #26324B. Grayscale: #CDCDCD. Windows color (decimal): -2503244 or 11849177. OLE color: 11849177.
HSL color Cylindrical-coordinate representation of color #D9CDB4: hue angle of 40.54º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9CDB4 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 205 | 180 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.15 |
| HSL | 40.54º | 0.33% | 0.78% | - |
| HSV(B) | 40.54º | 0.17% | 0.85% | - |
| XYZ | 58.68 | 61.71 | 52 | - |
| YUV | 205.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 205 | 180 | 0 | 0.06 | 0.17 | 0.15 | 40.54 | 0.33 | 0.78 |
| Hex | D9 | CD | B4 | 0 | 6 | 11 | F | 29 | 21 | 4E |
| Octal | 331 | 315 | 264 | 0 | 6 | 21 | 17 | 51 | 41 | 116 |
| Binary | 11011001 | 11001101 | 10110100 | 0 | 110 | 10001 | 1111 | 101001 | 100001 | 1001110 |
Color Harmonies of #D9CDB4
Complementary color
Monochromatic Colors of #D9CDB4
Black with #D9CDB4
Text Example
Text Example
White with #D9CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CDB4; }
p { color: rgb(217,205,180); }
H1.HeaderClassName
{
color: #D9CDB4;
}
.AnyTagClassName
{
color: #D9CDB4;
}
</style>
background-color css
<style>
a { background-color: #D9CDB4; }
a { background-color: rgb(217,205,180); }
div.DivClassName
{
background-color: #D9CDB4;
}
.BgClassName
{
background-color: #D9CDB4;
}
</style>
border-color css
<style>
span { border-color: #D9CDB4; }
span { border-color: rgb(217,205,180); }
td.TdClassName
{
border-color: #D9CDB4;
}
.TagClassName
{
border-color: #D9CDB4;
}
</style>