Shades of Aths Special #D4CBB4
Tints of Aths Special #D4CBB4
RGB
CMYK
RGB Variations
Color information
#D4CBB4 (or 0xD4CBB4) is known color: Aths Special. HEX triplet: D4, CB and B4. RGB value is (212,203,180). Sum of RGB (Red+Green+Blue) = 212+203+180=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBB4 is #2B344B. Grayscale: #CBCBCB. Windows color (decimal): -2831436 or 11848660. OLE color: 11848660.
HSL color Cylindrical-coordinate representation of color #D4CBB4: hue angle of 43.12º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4CBB4 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 180 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.17 |
| HSL | 43.13º | 0.27% | 0.77% | - |
| HSV(B) | 43.13º | 0.15% | 0.83% | - |
| XYZ | 56.75 | 60 | 51.77 | - |
| YUV | 203.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 180 | 0 | 0.04 | 0.15 | 0.17 | 43.13 | 0.27 | 0.77 |
| Hex | D4 | CB | B4 | 0 | 4 | F | 11 | 2B | 1B | 4D |
| Octal | 324 | 313 | 264 | 0 | 4 | 17 | 21 | 53 | 33 | 115 |
| Binary | 11010100 | 11001011 | 10110100 | 0 | 100 | 1111 | 10001 | 101011 | 11011 | 1001101 |
Color Harmonies of #D4CBB4
Complementary color
Monochromatic Colors of #D4CBB4
Black with #D4CBB4
Text Example
Text Example
White with #D4CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBB4; }
p { color: rgb(212,203,180); }
H1.HeaderClassName
{
color: #D4CBB4;
}
.AnyTagClassName
{
color: #D4CBB4;
}
</style>
background-color css
<style>
a { background-color: #D4CBB4; }
a { background-color: rgb(212,203,180); }
div.DivClassName
{
background-color: #D4CBB4;
}
.BgClassName
{
background-color: #D4CBB4;
}
</style>
border-color css
<style>
span { border-color: #D4CBB4; }
span { border-color: rgb(212,203,180); }
td.TdClassName
{
border-color: #D4CBB4;
}
.TagClassName
{
border-color: #D4CBB4;
}
</style>