Shades of Equator #DFB963
Tints of Equator #DFB963
RGB
CMYK
RGB Variations
Color information
#DFB963 (or 0xDFB963) is known color: Equator. HEX triplet: DF, B9 and 63. RGB value is (223,185,99). Sum of RGB (Red+Green+Blue) = 223+185+99=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB963 is #20469C. Grayscale: #BABABA. Windows color (decimal): -2115229 or 6535647. OLE color: 6535647.
HSL color Cylindrical-coordinate representation of color #DFB963: hue angle of 41.61º 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 #DFB963 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 99 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.13 |
| HSL | 41.61º | 0.66% | 0.63% | - |
| HSV(B) | 41.61º | 0.56% | 0.87% | - |
| XYZ | 50.03 | 51.29 | 19.07 | - |
| YUV | 186.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 99 | 0 | 0.17 | 0.56 | 0.13 | 41.61 | 0.66 | 0.63 |
| Hex | DF | B9 | 63 | 0 | 11 | 38 | D | 2A | 42 | 3F |
| Octal | 337 | 271 | 143 | 0 | 21 | 70 | 15 | 52 | 102 | 77 |
| Binary | 11011111 | 10111001 | 1100011 | 0 | 10001 | 111000 | 1101 | 101010 | 1000010 | 111111 |
Color Harmonies of #DFB963
Complementary color
Monochromatic Colors of #DFB963
Black with #DFB963
Text Example
Text Example
White with #DFB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB963; }
p { color: rgb(223,185,99); }
H1.HeaderClassName
{
color: #DFB963;
}
.AnyTagClassName
{
color: #DFB963;
}
</style>
background-color css
<style>
a { background-color: #DFB963; }
a { background-color: rgb(223,185,99); }
div.DivClassName
{
background-color: #DFB963;
}
.BgClassName
{
background-color: #DFB963;
}
</style>
border-color css
<style>
span { border-color: #DFB963; }
span { border-color: rgb(223,185,99); }
td.TdClassName
{
border-color: #DFB963;
}
.TagClassName
{
border-color: #DFB963;
}
</style>