Shades of Equator #DFBB64
Tints of Equator #DFBB64
RGB
CMYK
RGB Variations
Color information
#DFBB64 (or 0xDFBB64) is known color: Equator. HEX triplet: DF, BB and 64. RGB value is (223,187,100). Sum of RGB (Red+Green+Blue) = 223+187+100=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB64 is #20449B. Grayscale: #BCBCBC. Windows color (decimal): -2114716 or 6601695. OLE color: 6601695.
HSL color Cylindrical-coordinate representation of color #DFBB64: hue angle of 42.44º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFBB64 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 100 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.13 |
| HSL | 42.44º | 0.66% | 0.63% | - |
| HSV(B) | 42.44º | 0.55% | 0.87% | - |
| XYZ | 50.5 | 52.15 | 19.46 | - |
| YUV | 187.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 100 | 0 | 0.16 | 0.55 | 0.13 | 42.44 | 0.66 | 0.63 |
| Hex | DF | BB | 64 | 0 | 10 | 37 | D | 2A | 42 | 3F |
| Octal | 337 | 273 | 144 | 0 | 20 | 67 | 15 | 52 | 102 | 77 |
| Binary | 11011111 | 10111011 | 1100100 | 0 | 10000 | 110111 | 1101 | 101010 | 1000010 | 111111 |
Color Harmonies of #DFBB64
Complementary color
Monochromatic Colors of #DFBB64
Black with #DFBB64
Text Example
Text Example
White with #DFBB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB64; }
p { color: rgb(223,187,100); }
H1.HeaderClassName
{
color: #DFBB64;
}
.AnyTagClassName
{
color: #DFBB64;
}
</style>
background-color css
<style>
a { background-color: #DFBB64; }
a { background-color: rgb(223,187,100); }
div.DivClassName
{
background-color: #DFBB64;
}
.BgClassName
{
background-color: #DFBB64;
}
</style>
border-color css
<style>
span { border-color: #DFBB64; }
span { border-color: rgb(223,187,100); }
td.TdClassName
{
border-color: #DFBB64;
}
.TagClassName
{
border-color: #DFBB64;
}
</style>