Shades of Aths Special #DCCFAC
Tints of Aths Special #DCCFAC
RGB
CMYK
RGB Variations
Color information
#DCCFAC (or 0xDCCFAC) is known color: Aths Special. HEX triplet: DC, CF and AC. RGB value is (220,207,172). Sum of RGB (Red+Green+Blue) = 220+207+172=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCFAC is #233053. Grayscale: #CFCFCF. Windows color (decimal): -2306132 or 11325404. OLE color: 11325404.
HSL color Cylindrical-coordinate representation of color #DCCFAC: hue angle of 43.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCCFAC is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 207 | 172 | - |
CMYK | 0 | 0.06 | 0.22 | 0.14 |
HSL | 43.75º | 0.41% | 0.77% | - |
HSV(B) | 43.75º | 0.22% | 0.86% | - |
XYZ | 59.27 | 62.82 | 48.03 | - |
YUV | 206.9 | 108.31 | 137.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 207 | 172 | 0 | 0.06 | 0.22 | 0.14 | 43.75 | 0.41 | 0.77 |
Hex | DC | CF | AC | 0 | 6 | 16 | E | 2C | 29 | 4D |
Octal | 334 | 317 | 254 | 0 | 6 | 26 | 16 | 54 | 51 | 115 |
Binary | 11011100 | 11001111 | 10101100 | 0 | 110 | 10110 | 1110 | 101100 | 101001 | 1001101 |
Color Harmonies of #DCCFAC
Complementary color
Monochromatic Colors of #DCCFAC
Black with #DCCFAC
Text Example
Text Example
White with #DCCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFAC; }
p { color: rgb(220,207,172); }
H1.HeaderClassName
{
color: #DCCFAC;
}
.AnyTagClassName
{
color: #DCCFAC;
}
</style>
background-color css
<style>
a { background-color: #DCCFAC; }
a { background-color: rgb(220,207,172); }
div.DivClassName
{
background-color: #DCCFAC;
}
.BgClassName
{
background-color: #DCCFAC;
}
</style>
border-color css
<style>
span { border-color: #DCCFAC; }
span { border-color: rgb(220,207,172); }
td.TdClassName
{
border-color: #DCCFAC;
}
.TagClassName
{
border-color: #DCCFAC;
}
</style>