Shades of Equator #DFAB62
Tints of Equator #DFAB62
RGB
CMYK
RGB Variations
Color information
#DFAB62 (or 0xDFAB62) is known color: Equator. HEX triplet: DF, AB and 62. RGB value is (223,171,98). Sum of RGB (Red+Green+Blue) = 223+171+98=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB62 is #20549D. Grayscale: #B2B2B2. Windows color (decimal): -2118814 or 6466527. OLE color: 6466527.
HSL color Cylindrical-coordinate representation of color #DFAB62: hue angle of 35.04º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFAB62 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 98 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.13 |
| HSL | 35.04º | 0.66% | 0.63% | - |
| HSV(B) | 35.04º | 0.56% | 0.87% | - |
| XYZ | 47.2 | 45.7 | 17.89 | - |
| YUV | 178.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 98 | 0 | 0.23 | 0.56 | 0.13 | 35.04 | 0.66 | 0.63 |
| Hex | DF | AB | 62 | 0 | 17 | 38 | D | 23 | 42 | 3F |
| Octal | 337 | 253 | 142 | 0 | 27 | 70 | 15 | 43 | 102 | 77 |
| Binary | 11011111 | 10101011 | 1100010 | 0 | 10111 | 111000 | 1101 | 100011 | 1000010 | 111111 |
Color Harmonies of #DFAB62
Complementary color
Monochromatic Colors of #DFAB62
Black with #DFAB62
Text Example
Text Example
White with #DFAB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB62; }
p { color: rgb(223,171,98); }
H1.HeaderClassName
{
color: #DFAB62;
}
.AnyTagClassName
{
color: #DFAB62;
}
</style>
background-color css
<style>
a { background-color: #DFAB62; }
a { background-color: rgb(223,171,98); }
div.DivClassName
{
background-color: #DFAB62;
}
.BgClassName
{
background-color: #DFAB62;
}
</style>
border-color css
<style>
span { border-color: #DFAB62; }
span { border-color: rgb(223,171,98); }
td.TdClassName
{
border-color: #DFAB62;
}
.TagClassName
{
border-color: #DFAB62;
}
</style>