Shades of Equator #DCAF6C
Tints of Equator #DCAF6C
RGB
CMYK
RGB Variations
Color information
#DCAF6C (or 0xDCAF6C) is known color: Equator. HEX triplet: DC, AF and 6C. RGB value is (220,175,108). Sum of RGB (Red+Green+Blue) = 220+175+108=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF6C is #235093. Grayscale: #B5B5B5. Windows color (decimal): -2314388 or 7122908. OLE color: 7122908.
HSL color Cylindrical-coordinate representation of color #DCAF6C: hue angle of 35.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCAF6C is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 108 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.14 |
| HSL | 35.89º | 0.62% | 0.64% | - |
| HSV(B) | 35.89º | 0.51% | 0.86% | - |
| XYZ | 47.55 | 46.96 | 20.74 | - |
| YUV | 180.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 108 | 0 | 0.20 | 0.51 | 0.14 | 35.89 | 0.62 | 0.64 |
| Hex | DC | AF | 6C | 0 | 14 | 33 | E | 24 | 3E | 40 |
| Octal | 334 | 257 | 154 | 0 | 24 | 63 | 16 | 44 | 76 | 100 |
| Binary | 11011100 | 10101111 | 1101100 | 0 | 10100 | 110011 | 1110 | 100100 | 111110 | 1000000 |
Color Harmonies of #DCAF6C
Complementary color
Monochromatic Colors of #DCAF6C
Black with #DCAF6C
Text Example
Text Example
White with #DCAF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF6C; }
p { color: rgb(220,175,108); }
H1.HeaderClassName
{
color: #DCAF6C;
}
.AnyTagClassName
{
color: #DCAF6C;
}
</style>
background-color css
<style>
a { background-color: #DCAF6C; }
a { background-color: rgb(220,175,108); }
div.DivClassName
{
background-color: #DCAF6C;
}
.BgClassName
{
background-color: #DCAF6C;
}
</style>
border-color css
<style>
span { border-color: #DCAF6C; }
span { border-color: rgb(220,175,108); }
td.TdClassName
{
border-color: #DCAF6C;
}
.TagClassName
{
border-color: #DCAF6C;
}
</style>