Shades of Equator #DFB864
Tints of Equator #DFB864
RGB
CMYK
RGB Variations
Color information
#DFB864 (or 0xDFB864) is known color: Equator. HEX triplet: DF, B8 and 64. RGB value is (223,184,100). Sum of RGB (Red+Green+Blue) = 223+184+100=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB864 is #20479B. Grayscale: #BABABA. Windows color (decimal): -2115484 or 6600927. OLE color: 6600927.
HSL color Cylindrical-coordinate representation of color #DFB864: hue angle of 40.98º 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 #DFB864 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 100 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.13 |
| HSL | 40.98º | 0.66% | 0.63% | - |
| HSV(B) | 40.98º | 0.55% | 0.87% | - |
| XYZ | 49.87 | 50.89 | 19.25 | - |
| YUV | 186.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 100 | 0 | 0.17 | 0.55 | 0.13 | 40.98 | 0.66 | 0.63 |
| Hex | DF | B8 | 64 | 0 | 11 | 37 | D | 29 | 42 | 3F |
| Octal | 337 | 270 | 144 | 0 | 21 | 67 | 15 | 51 | 102 | 77 |
| Binary | 11011111 | 10111000 | 1100100 | 0 | 10001 | 110111 | 1101 | 101001 | 1000010 | 111111 |
Color Harmonies of #DFB864
Complementary color
Monochromatic Colors of #DFB864
Black with #DFB864
Text Example
Text Example
White with #DFB864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB864; }
p { color: rgb(223,184,100); }
H1.HeaderClassName
{
color: #DFB864;
}
.AnyTagClassName
{
color: #DFB864;
}
</style>
background-color css
<style>
a { background-color: #DFB864; }
a { background-color: rgb(223,184,100); }
div.DivClassName
{
background-color: #DFB864;
}
.BgClassName
{
background-color: #DFB864;
}
</style>
border-color css
<style>
span { border-color: #DFB864; }
span { border-color: rgb(223,184,100); }
td.TdClassName
{
border-color: #DFB864;
}
.TagClassName
{
border-color: #DFB864;
}
</style>