Shades of Equator #DFBD62
Tints of Equator #DFBD62
RGB
CMYK
RGB Variations
Color information
#DFBD62 (or 0xDFBD62) is known color: Equator. HEX triplet: DF, BD and 62. RGB value is (223,189,98). Sum of RGB (Red+Green+Blue) = 223+189+98=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD62 is #20429D. Grayscale: #BDBDBD. Windows color (decimal): -2114206 or 6471135. OLE color: 6471135.
HSL color Cylindrical-coordinate representation of color #DFBD62: hue angle of 43.68º 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 #DFBD62 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 98 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.13 |
| HSL | 43.68º | 0.66% | 0.63% | - |
| HSV(B) | 43.68º | 0.56% | 0.87% | - |
| XYZ | 50.83 | 52.97 | 19.1 | - |
| YUV | 188.79 | 76.76 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 98 | 0 | 0.15 | 0.56 | 0.13 | 43.68 | 0.66 | 0.63 |
| Hex | DF | BD | 62 | 0 | F | 38 | D | 2C | 42 | 3F |
| Octal | 337 | 275 | 142 | 0 | 17 | 70 | 15 | 54 | 102 | 77 |
| Binary | 11011111 | 10111101 | 1100010 | 0 | 1111 | 111000 | 1101 | 101100 | 1000010 | 111111 |
Color Harmonies of #DFBD62
Complementary color
Monochromatic Colors of #DFBD62
Black with #DFBD62
Text Example
Text Example
White with #DFBD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD62; }
p { color: rgb(223,189,98); }
H1.HeaderClassName
{
color: #DFBD62;
}
.AnyTagClassName
{
color: #DFBD62;
}
</style>
background-color css
<style>
a { background-color: #DFBD62; }
a { background-color: rgb(223,189,98); }
div.DivClassName
{
background-color: #DFBD62;
}
.BgClassName
{
background-color: #DFBD62;
}
</style>
border-color css
<style>
span { border-color: #DFBD62; }
span { border-color: rgb(223,189,98); }
td.TdClassName
{
border-color: #DFBD62;
}
.TagClassName
{
border-color: #DFBD62;
}
</style>