Shades of Equator #DCAF63
Tints of Equator #DCAF63
RGB
CMYK
RGB Variations
Color information
#DCAF63 (or 0xDCAF63) is known color: Equator. HEX triplet: DC, AF and 63. RGB value is (220,175,99). Sum of RGB (Red+Green+Blue) = 220+175+99=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF63 is #23509C. Grayscale: #B4B4B4. Windows color (decimal): -2314397 or 6533084. OLE color: 6533084.
HSL color Cylindrical-coordinate representation of color #DCAF63: hue angle of 37.69º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCAF63 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 99 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.14 |
| HSL | 37.69º | 0.63% | 0.63% | - |
| HSV(B) | 37.69º | 0.55% | 0.86% | - |
| XYZ | 47.1 | 46.78 | 18.35 | - |
| YUV | 179.79 | 82.41 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 99 | 0 | 0.20 | 0.55 | 0.14 | 37.69 | 0.63 | 0.63 |
| Hex | DC | AF | 63 | 0 | 14 | 37 | E | 26 | 3F | 3F |
| Octal | 334 | 257 | 143 | 0 | 24 | 67 | 16 | 46 | 77 | 77 |
| Binary | 11011100 | 10101111 | 1100011 | 0 | 10100 | 110111 | 1110 | 100110 | 111111 | 111111 |
Color Harmonies of #DCAF63
Complementary color
Monochromatic Colors of #DCAF63
Black with #DCAF63
Text Example
Text Example
White with #DCAF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF63; }
p { color: rgb(220,175,99); }
H1.HeaderClassName
{
color: #DCAF63;
}
.AnyTagClassName
{
color: #DCAF63;
}
</style>
background-color css
<style>
a { background-color: #DCAF63; }
a { background-color: rgb(220,175,99); }
div.DivClassName
{
background-color: #DCAF63;
}
.BgClassName
{
background-color: #DCAF63;
}
</style>
border-color css
<style>
span { border-color: #DCAF63; }
span { border-color: rgb(220,175,99); }
td.TdClassName
{
border-color: #DCAF63;
}
.TagClassName
{
border-color: #DCAF63;
}
</style>