Shades of Equator #DFB862
Tints of Equator #DFB862
RGB
CMYK
RGB Variations
Color information
#DFB862 (or 0xDFB862) is known color: Equator. HEX triplet: DF, B8 and 62. RGB value is (223,184,98). Sum of RGB (Red+Green+Blue) = 223+184+98=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB862 is #20479D. Grayscale: #BABABA. Windows color (decimal): -2115486 or 6469855. OLE color: 6469855.
HSL color Cylindrical-coordinate representation of color #DFB862: hue angle of 41.28º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFB862 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 98 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.13 |
| HSL | 41.28º | 0.66% | 0.63% | - |
| HSV(B) | 41.28º | 0.56% | 0.87% | - |
| XYZ | 49.78 | 50.85 | 18.75 | - |
| YUV | 185.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 98 | 0 | 0.17 | 0.56 | 0.13 | 41.28 | 0.66 | 0.63 |
| Hex | DF | B8 | 62 | 0 | 11 | 38 | D | 29 | 42 | 3F |
| Octal | 337 | 270 | 142 | 0 | 21 | 70 | 15 | 51 | 102 | 77 |
| Binary | 11011111 | 10111000 | 1100010 | 0 | 10001 | 111000 | 1101 | 101001 | 1000010 | 111111 |
Color Harmonies of #DFB862
Complementary color
Monochromatic Colors of #DFB862
Black with #DFB862
Text Example
Text Example
White with #DFB862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB862; }
p { color: rgb(223,184,98); }
H1.HeaderClassName
{
color: #DFB862;
}
.AnyTagClassName
{
color: #DFB862;
}
</style>
background-color css
<style>
a { background-color: #DFB862; }
a { background-color: rgb(223,184,98); }
div.DivClassName
{
background-color: #DFB862;
}
.BgClassName
{
background-color: #DFB862;
}
</style>
border-color css
<style>
span { border-color: #DFB862; }
span { border-color: rgb(223,184,98); }
td.TdClassName
{
border-color: #DFB862;
}
.TagClassName
{
border-color: #DFB862;
}
</style>