Shades of Aths Special #D4CBB0
Tints of Aths Special #D4CBB0
RGB
CMYK
RGB Variations
Color information
#D4CBB0 (or 0xD4CBB0) is known color: Aths Special. HEX triplet: D4, CB and B0. RGB value is (212,203,176). Sum of RGB (Red+Green+Blue) = 212+203+176=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CBB0 is #2B344F. Grayscale: #CACACA. Windows color (decimal): -2831440 or 11586516. OLE color: 11586516.
HSL color Cylindrical-coordinate representation of color #D4CBB0: hue angle of 45º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4CBB0 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 176 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.17 |
| HSL | 45º | 0.3% | 0.76% | - |
| HSV(B) | 45º | 0.17% | 0.83% | - |
| XYZ | 56.34 | 59.84 | 49.66 | - |
| YUV | 202.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 176 | 0 | 0.04 | 0.17 | 0.17 | 45 | 0.3 | 0.76 |
| Hex | D4 | CB | B0 | 0 | 4 | 11 | 11 | 2D | 1E | 4C |
| Octal | 324 | 313 | 260 | 0 | 4 | 21 | 21 | 55 | 36 | 114 |
| Binary | 11010100 | 11001011 | 10110000 | 0 | 100 | 10001 | 10001 | 101101 | 11110 | 1001100 |
Color Harmonies of #D4CBB0
Complementary color
Monochromatic Colors of #D4CBB0
Black with #D4CBB0
Text Example
Text Example
White with #D4CBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBB0; }
p { color: rgb(212,203,176); }
H1.HeaderClassName
{
color: #D4CBB0;
}
.AnyTagClassName
{
color: #D4CBB0;
}
</style>
background-color css
<style>
a { background-color: #D4CBB0; }
a { background-color: rgb(212,203,176); }
div.DivClassName
{
background-color: #D4CBB0;
}
.BgClassName
{
background-color: #D4CBB0;
}
</style>
border-color css
<style>
span { border-color: #D4CBB0; }
span { border-color: rgb(212,203,176); }
td.TdClassName
{
border-color: #D4CBB0;
}
.TagClassName
{
border-color: #D4CBB0;
}
</style>