Shades of Aths Special #DACBB0
Tints of Aths Special #DACBB0
RGB
CMYK
RGB Variations
Color information
#DACBB0 (or 0xDACBB0) is known color: Aths Special. HEX triplet: DA, CB and B0. RGB value is (218,203,176). Sum of RGB (Red+Green+Blue) = 218+203+176=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACBB0 is #25344F. Grayscale: #CCCCCC. Windows color (decimal): -2438224 or 11586522. OLE color: 11586522.
HSL color Cylindrical-coordinate representation of color #DACBB0: hue angle of 38.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DACBB0 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 176 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.15 |
| HSL | 38.57º | 0.36% | 0.77% | - |
| HSV(B) | 38.57º | 0.19% | 0.85% | - |
| XYZ | 58.11 | 60.75 | 49.74 | - |
| YUV | 204.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 176 | 0 | 0.07 | 0.19 | 0.15 | 38.57 | 0.36 | 0.77 |
| Hex | DA | CB | B0 | 0 | 7 | 13 | F | 27 | 24 | 4D |
| Octal | 332 | 313 | 260 | 0 | 7 | 23 | 17 | 47 | 44 | 115 |
| Binary | 11011010 | 11001011 | 10110000 | 0 | 111 | 10011 | 1111 | 100111 | 100100 | 1001101 |
Color Harmonies of #DACBB0
Complementary color
Monochromatic Colors of #DACBB0
Black with #DACBB0
Text Example
Text Example
White with #DACBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACBB0; }
p { color: rgb(218,203,176); }
H1.HeaderClassName
{
color: #DACBB0;
}
.AnyTagClassName
{
color: #DACBB0;
}
</style>
background-color css
<style>
a { background-color: #DACBB0; }
a { background-color: rgb(218,203,176); }
div.DivClassName
{
background-color: #DACBB0;
}
.BgClassName
{
background-color: #DACBB0;
}
</style>
border-color css
<style>
span { border-color: #DACBB0; }
span { border-color: rgb(218,203,176); }
td.TdClassName
{
border-color: #DACBB0;
}
.TagClassName
{
border-color: #DACBB0;
}
</style>