Shades of Aths Special #DACDB3
Tints of Aths Special #DACDB3
RGB
CMYK
RGB Variations
Color information
#DACDB3 (or 0xDACDB3) is known color: Aths Special. HEX triplet: DA, CD and B3. RGB value is (218,205,179). Sum of RGB (Red+Green+Blue) = 218+205+179=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDB3 is #25324C. Grayscale: #CECECE. Windows color (decimal): -2437709 or 11783642. OLE color: 11783642.
HSL color Cylindrical-coordinate representation of color #DACDB3: hue angle of 40º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DACDB3 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 179 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.15 |
| HSL | 40º | 0.35% | 0.78% | - |
| HSV(B) | 40º | 0.18% | 0.85% | - |
| XYZ | 58.88 | 61.82 | 51.48 | - |
| YUV | 205.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 179 | 0 | 0.06 | 0.18 | 0.15 | 40 | 0.35 | 0.78 |
| Hex | DA | CD | B3 | 0 | 6 | 12 | F | 28 | 23 | 4E |
| Octal | 332 | 315 | 263 | 0 | 6 | 22 | 17 | 50 | 43 | 116 |
| Binary | 11011010 | 11001101 | 10110011 | 0 | 110 | 10010 | 1111 | 101000 | 100011 | 1001110 |
Color Harmonies of #DACDB3
Complementary color
Monochromatic Colors of #DACDB3
Black with #DACDB3
Text Example
Text Example
White with #DACDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDB3; }
p { color: rgb(218,205,179); }
H1.HeaderClassName
{
color: #DACDB3;
}
.AnyTagClassName
{
color: #DACDB3;
}
</style>
background-color css
<style>
a { background-color: #DACDB3; }
a { background-color: rgb(218,205,179); }
div.DivClassName
{
background-color: #DACDB3;
}
.BgClassName
{
background-color: #DACDB3;
}
</style>
border-color css
<style>
span { border-color: #DACDB3; }
span { border-color: rgb(218,205,179); }
td.TdClassName
{
border-color: #DACDB3;
}
.TagClassName
{
border-color: #DACDB3;
}
</style>