Shades of Equator #DCAF61
Tints of Equator #DCAF61
RGB
CMYK
RGB Variations
Color information
#DCAF61 (or 0xDCAF61) is known color: Equator. HEX triplet: DC, AF and 61. RGB value is (220,175,97). Sum of RGB (Red+Green+Blue) = 220+175+97=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF61 is #23509E. Grayscale: #B3B3B3. Windows color (decimal): -2314399 or 6402012. OLE color: 6402012.
HSL color Cylindrical-coordinate representation of color #DCAF61: hue angle of 38.05º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCAF61 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 97 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.14 |
| HSL | 38.05º | 0.64% | 0.62% | - |
| HSV(B) | 38.05º | 0.56% | 0.86% | - |
| XYZ | 47 | 46.74 | 17.85 | - |
| YUV | 179.56 | 81.41 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 97 | 0 | 0.20 | 0.56 | 0.14 | 38.05 | 0.64 | 0.62 |
| Hex | DC | AF | 61 | 0 | 14 | 38 | E | 26 | 40 | 3E |
| Octal | 334 | 257 | 141 | 0 | 24 | 70 | 16 | 46 | 100 | 76 |
| Binary | 11011100 | 10101111 | 1100001 | 0 | 10100 | 111000 | 1110 | 100110 | 1000000 | 111110 |
Color Harmonies of #DCAF61
Complementary color
Monochromatic Colors of #DCAF61
Black with #DCAF61
Text Example
Text Example
White with #DCAF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF61; }
p { color: rgb(220,175,97); }
H1.HeaderClassName
{
color: #DCAF61;
}
.AnyTagClassName
{
color: #DCAF61;
}
</style>
background-color css
<style>
a { background-color: #DCAF61; }
a { background-color: rgb(220,175,97); }
div.DivClassName
{
background-color: #DCAF61;
}
.BgClassName
{
background-color: #DCAF61;
}
</style>
border-color css
<style>
span { border-color: #DCAF61; }
span { border-color: rgb(220,175,97); }
td.TdClassName
{
border-color: #DCAF61;
}
.TagClassName
{
border-color: #DCAF61;
}
</style>