Shades of Equator #DFB062
Tints of Equator #DFB062
RGB
CMYK
RGB Variations
Color information
#DFB062 (or 0xDFB062) is known color: Equator. HEX triplet: DF, B0 and 62. RGB value is (223,176,98). Sum of RGB (Red+Green+Blue) = 223+176+98=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB062 is #204F9D. Grayscale: #B5B5B5. Windows color (decimal): -2117534 or 6467807. OLE color: 6467807.
HSL color Cylindrical-coordinate representation of color #DFB062: hue angle of 37.44º 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 #DFB062 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 98 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.13 |
| HSL | 37.44º | 0.66% | 0.63% | - |
| HSV(B) | 37.44º | 0.56% | 0.87% | - |
| XYZ | 48.16 | 47.62 | 18.21 | - |
| YUV | 181.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 98 | 0 | 0.21 | 0.56 | 0.13 | 37.44 | 0.66 | 0.63 |
| Hex | DF | B0 | 62 | 0 | 15 | 38 | D | 25 | 42 | 3F |
| Octal | 337 | 260 | 142 | 0 | 25 | 70 | 15 | 45 | 102 | 77 |
| Binary | 11011111 | 10110000 | 1100010 | 0 | 10101 | 111000 | 1101 | 100101 | 1000010 | 111111 |
Color Harmonies of #DFB062
Complementary color
Monochromatic Colors of #DFB062
Black with #DFB062
Text Example
Text Example
White with #DFB062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB062; }
p { color: rgb(223,176,98); }
H1.HeaderClassName
{
color: #DFB062;
}
.AnyTagClassName
{
color: #DFB062;
}
</style>
background-color css
<style>
a { background-color: #DFB062; }
a { background-color: rgb(223,176,98); }
div.DivClassName
{
background-color: #DFB062;
}
.BgClassName
{
background-color: #DFB062;
}
</style>
border-color css
<style>
span { border-color: #DFB062; }
span { border-color: rgb(223,176,98); }
td.TdClassName
{
border-color: #DFB062;
}
.TagClassName
{
border-color: #DFB062;
}
</style>