Shades of Equator #DFB85B
Tints of Equator #DFB85B
RGB
CMYK
RGB Variations
Color information
#DFB85B (or 0xDFB85B) is known color: Equator. HEX triplet: DF, B8 and 5B. RGB value is (223,184,91). Sum of RGB (Red+Green+Blue) = 223+184+91=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB85B is #2047A4. Grayscale: #B9B9B9. Windows color (decimal): -2115493 or 6011103. OLE color: 6011103.
HSL color Cylindrical-coordinate representation of color #DFB85B: hue angle of 42.27º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFB85B is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 91 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.13 |
| HSL | 42.27º | 0.67% | 0.62% | - |
| HSV(B) | 42.27º | 0.59% | 0.87% | - |
| XYZ | 49.46 | 50.72 | 17.08 | - |
| YUV | 185.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 91 | 0 | 0.17 | 0.59 | 0.13 | 42.27 | 0.67 | 0.62 |
| Hex | DF | B8 | 5B | 0 | 11 | 3B | D | 2A | 43 | 3E |
| Octal | 337 | 270 | 133 | 0 | 21 | 73 | 15 | 52 | 103 | 76 |
| Binary | 11011111 | 10111000 | 1011011 | 0 | 10001 | 111011 | 1101 | 101010 | 1000011 | 111110 |
Color Harmonies of #DFB85B
Complementary color
Monochromatic Colors of #DFB85B
Black with #DFB85B
Text Example
Text Example
White with #DFB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB85B; }
p { color: rgb(223,184,91); }
H1.HeaderClassName
{
color: #DFB85B;
}
.AnyTagClassName
{
color: #DFB85B;
}
</style>
background-color css
<style>
a { background-color: #DFB85B; }
a { background-color: rgb(223,184,91); }
div.DivClassName
{
background-color: #DFB85B;
}
.BgClassName
{
background-color: #DFB85B;
}
</style>
border-color css
<style>
span { border-color: #DFB85B; }
span { border-color: rgb(223,184,91); }
td.TdClassName
{
border-color: #DFB85B;
}
.TagClassName
{
border-color: #DFB85B;
}
</style>