Shades of Equator #DCAF62
Tints of Equator #DCAF62
RGB
CMYK
RGB Variations
Color information
#DCAF62 (or 0xDCAF62) is known color: Equator. HEX triplet: DC, AF and 62. RGB value is (220,175,98). Sum of RGB (Red+Green+Blue) = 220+175+98=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF62 is #23509D. Grayscale: #B4B4B4. Windows color (decimal): -2314398 or 6467548. OLE color: 6467548.
HSL color Cylindrical-coordinate representation of color #DCAF62: hue angle of 37.87º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCAF62 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 98 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.14 |
| HSL | 37.87º | 0.64% | 0.62% | - |
| HSV(B) | 37.87º | 0.55% | 0.86% | - |
| XYZ | 47.05 | 46.76 | 18.1 | - |
| YUV | 179.68 | 81.91 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 98 | 0 | 0.20 | 0.55 | 0.14 | 37.87 | 0.64 | 0.62 |
| Hex | DC | AF | 62 | 0 | 14 | 37 | E | 26 | 40 | 3E |
| Octal | 334 | 257 | 142 | 0 | 24 | 67 | 16 | 46 | 100 | 76 |
| Binary | 11011100 | 10101111 | 1100010 | 0 | 10100 | 110111 | 1110 | 100110 | 1000000 | 111110 |
Color Harmonies of #DCAF62
Complementary color
Monochromatic Colors of #DCAF62
Black with #DCAF62
Text Example
Text Example
White with #DCAF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF62; }
p { color: rgb(220,175,98); }
H1.HeaderClassName
{
color: #DCAF62;
}
.AnyTagClassName
{
color: #DCAF62;
}
</style>
background-color css
<style>
a { background-color: #DCAF62; }
a { background-color: rgb(220,175,98); }
div.DivClassName
{
background-color: #DCAF62;
}
.BgClassName
{
background-color: #DCAF62;
}
</style>
border-color css
<style>
span { border-color: #DCAF62; }
span { border-color: rgb(220,175,98); }
td.TdClassName
{
border-color: #DCAF62;
}
.TagClassName
{
border-color: #DCAF62;
}
</style>