Shades of Equator #DFB868
Tints of Equator #DFB868
RGB
CMYK
RGB Variations
Color information
#DFB868 (or 0xDFB868) is known color: Equator. HEX triplet: DF, B8 and 68. RGB value is (223,184,104). Sum of RGB (Red+Green+Blue) = 223+184+104=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB868 is #204797. Grayscale: #BABABA. Windows color (decimal): -2115480 or 6863071. OLE color: 6863071.
HSL color Cylindrical-coordinate representation of color #DFB868: hue angle of 40.34º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFB868 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 104 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.13 |
| HSL | 40.34º | 0.65% | 0.64% | - |
| HSV(B) | 40.34º | 0.53% | 0.87% | - |
| XYZ | 50.07 | 50.97 | 20.3 | - |
| YUV | 186.54 | 81.42 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 104 | 0 | 0.17 | 0.53 | 0.13 | 40.34 | 0.65 | 0.64 |
| Hex | DF | B8 | 68 | 0 | 11 | 35 | D | 28 | 41 | 40 |
| Octal | 337 | 270 | 150 | 0 | 21 | 65 | 15 | 50 | 101 | 100 |
| Binary | 11011111 | 10111000 | 1101000 | 0 | 10001 | 110101 | 1101 | 101000 | 1000001 | 1000000 |
Color Harmonies of #DFB868
Complementary color
Monochromatic Colors of #DFB868
Black with #DFB868
Text Example
Text Example
White with #DFB868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB868; }
p { color: rgb(223,184,104); }
H1.HeaderClassName
{
color: #DFB868;
}
.AnyTagClassName
{
color: #DFB868;
}
</style>
background-color css
<style>
a { background-color: #DFB868; }
a { background-color: rgb(223,184,104); }
div.DivClassName
{
background-color: #DFB868;
}
.BgClassName
{
background-color: #DFB868;
}
</style>
border-color css
<style>
span { border-color: #DFB868; }
span { border-color: rgb(223,184,104); }
td.TdClassName
{
border-color: #DFB868;
}
.TagClassName
{
border-color: #DFB868;
}
</style>