Shades of Aths Special #DBCFAC
Tints of Aths Special #DBCFAC
RGB
CMYK
RGB Variations
Color information
#DBCFAC (or 0xDBCFAC) is known color: Aths Special. HEX triplet: DB, CF and AC. RGB value is (219,207,172). Sum of RGB (Red+Green+Blue) = 219+207+172=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCFAC is #243053. Grayscale: #CECECE. Windows color (decimal): -2371668 or 11325403. OLE color: 11325403.
HSL color Cylindrical-coordinate representation of color #DBCFAC: hue angle of 44.68º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBCFAC is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 172 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.14 |
| HSL | 44.68º | 0.39% | 0.77% | - |
| HSV(B) | 44.68º | 0.21% | 0.86% | - |
| XYZ | 58.97 | 62.66 | 48.02 | - |
| YUV | 206.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 172 | 0 | 0.05 | 0.21 | 0.14 | 44.68 | 0.39 | 0.77 |
| Hex | DB | CF | AC | 0 | 5 | 15 | E | 2D | 27 | 4D |
| Octal | 333 | 317 | 254 | 0 | 5 | 25 | 16 | 55 | 47 | 115 |
| Binary | 11011011 | 11001111 | 10101100 | 0 | 101 | 10101 | 1110 | 101101 | 100111 | 1001101 |
Color Harmonies of #DBCFAC
Complementary color
Monochromatic Colors of #DBCFAC
Black with #DBCFAC
Text Example
Text Example
White with #DBCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFAC; }
p { color: rgb(219,207,172); }
H1.HeaderClassName
{
color: #DBCFAC;
}
.AnyTagClassName
{
color: #DBCFAC;
}
</style>
background-color css
<style>
a { background-color: #DBCFAC; }
a { background-color: rgb(219,207,172); }
div.DivClassName
{
background-color: #DBCFAC;
}
.BgClassName
{
background-color: #DBCFAC;
}
</style>
border-color css
<style>
span { border-color: #DBCFAC; }
span { border-color: rgb(219,207,172); }
td.TdClassName
{
border-color: #DBCFAC;
}
.TagClassName
{
border-color: #DBCFAC;
}
</style>