Shades of Equator #DFBC61
Tints of Equator #DFBC61
RGB
CMYK
RGB Variations
Color information
#DFBC61 (or 0xDFBC61) is known color: Equator. HEX triplet: DF, BC and 61. RGB value is (223,188,97). Sum of RGB (Red+Green+Blue) = 223+188+97=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC61 is #20439E. Grayscale: #BCBCBC. Windows color (decimal): -2114463 or 6405343. OLE color: 6405343.
HSL color Cylindrical-coordinate representation of color #DFBC61: hue angle of 43.33º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFBC61 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 97 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.13 |
| HSL | 43.33º | 0.66% | 0.63% | - |
| HSV(B) | 43.33º | 0.57% | 0.87% | - |
| XYZ | 50.57 | 52.52 | 18.78 | - |
| YUV | 188.09 | 76.6 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 97 | 0 | 0.16 | 0.57 | 0.13 | 43.33 | 0.66 | 0.63 |
| Hex | DF | BC | 61 | 0 | 10 | 39 | D | 2B | 42 | 3F |
| Octal | 337 | 274 | 141 | 0 | 20 | 71 | 15 | 53 | 102 | 77 |
| Binary | 11011111 | 10111100 | 1100001 | 0 | 10000 | 111001 | 1101 | 101011 | 1000010 | 111111 |
Color Harmonies of #DFBC61
Complementary color
Monochromatic Colors of #DFBC61
Black with #DFBC61
Text Example
Text Example
White with #DFBC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC61; }
p { color: rgb(223,188,97); }
H1.HeaderClassName
{
color: #DFBC61;
}
.AnyTagClassName
{
color: #DFBC61;
}
</style>
background-color css
<style>
a { background-color: #DFBC61; }
a { background-color: rgb(223,188,97); }
div.DivClassName
{
background-color: #DFBC61;
}
.BgClassName
{
background-color: #DFBC61;
}
</style>
border-color css
<style>
span { border-color: #DFBC61; }
span { border-color: rgb(223,188,97); }
td.TdClassName
{
border-color: #DFBC61;
}
.TagClassName
{
border-color: #DFBC61;
}
</style>