Shades of Equator #DFBC60
Tints of Equator #DFBC60
RGB
CMYK
RGB Variations
Color information
#DFBC60 (or 0xDFBC60) is known color: Equator. HEX triplet: DF, BC and 60. RGB value is (223,188,96). Sum of RGB (Red+Green+Blue) = 223+188+96=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC60 is #20439F. Grayscale: #BCBCBC. Windows color (decimal): -2114464 or 6339807. OLE color: 6339807.
HSL color Cylindrical-coordinate representation of color #DFBC60: hue angle of 43.46º 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 #DFBC60 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 96 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.13 |
| HSL | 43.46º | 0.66% | 0.63% | - |
| HSV(B) | 43.46º | 0.57% | 0.87% | - |
| XYZ | 50.53 | 52.5 | 18.54 | - |
| YUV | 187.98 | 76.1 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 96 | 0 | 0.16 | 0.57 | 0.13 | 43.46 | 0.66 | 0.63 |
| Hex | DF | BC | 60 | 0 | 10 | 39 | D | 2B | 42 | 3F |
| Octal | 337 | 274 | 140 | 0 | 20 | 71 | 15 | 53 | 102 | 77 |
| Binary | 11011111 | 10111100 | 1100000 | 0 | 10000 | 111001 | 1101 | 101011 | 1000010 | 111111 |
Color Harmonies of #DFBC60
Complementary color
Monochromatic Colors of #DFBC60
Black with #DFBC60
Text Example
Text Example
White with #DFBC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC60; }
p { color: rgb(223,188,96); }
H1.HeaderClassName
{
color: #DFBC60;
}
.AnyTagClassName
{
color: #DFBC60;
}
</style>
background-color css
<style>
a { background-color: #DFBC60; }
a { background-color: rgb(223,188,96); }
div.DivClassName
{
background-color: #DFBC60;
}
.BgClassName
{
background-color: #DFBC60;
}
</style>
border-color css
<style>
span { border-color: #DFBC60; }
span { border-color: rgb(223,188,96); }
td.TdClassName
{
border-color: #DFBC60;
}
.TagClassName
{
border-color: #DFBC60;
}
</style>