Shades of Equator #DFB85C
Tints of Equator #DFB85C
RGB
CMYK
RGB Variations
Color information
#DFB85C (or 0xDFB85C) is known color: Equator. HEX triplet: DF, B8 and 5C. RGB value is (223,184,92). Sum of RGB (Red+Green+Blue) = 223+184+92=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB85C is #2047A3. Grayscale: #B9B9B9. Windows color (decimal): -2115492 or 6076639. OLE color: 6076639.
HSL color Cylindrical-coordinate representation of color #DFB85C: hue angle of 42.14º 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 #DFB85C is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 92 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.13 |
| HSL | 42.14º | 0.67% | 0.62% | - |
| HSV(B) | 42.14º | 0.59% | 0.87% | - |
| XYZ | 49.5 | 50.74 | 17.31 | - |
| YUV | 185.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 92 | 0 | 0.17 | 0.59 | 0.13 | 42.14 | 0.67 | 0.62 |
| Hex | DF | B8 | 5C | 0 | 11 | 3B | D | 2A | 43 | 3E |
| Octal | 337 | 270 | 134 | 0 | 21 | 73 | 15 | 52 | 103 | 76 |
| Binary | 11011111 | 10111000 | 1011100 | 0 | 10001 | 111011 | 1101 | 101010 | 1000011 | 111110 |
Color Harmonies of #DFB85C
Complementary color
Monochromatic Colors of #DFB85C
Black with #DFB85C
Text Example
Text Example
White with #DFB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB85C; }
p { color: rgb(223,184,92); }
H1.HeaderClassName
{
color: #DFB85C;
}
.AnyTagClassName
{
color: #DFB85C;
}
</style>
background-color css
<style>
a { background-color: #DFB85C; }
a { background-color: rgb(223,184,92); }
div.DivClassName
{
background-color: #DFB85C;
}
.BgClassName
{
background-color: #DFB85C;
}
</style>
border-color css
<style>
span { border-color: #DFB85C; }
span { border-color: rgb(223,184,92); }
td.TdClassName
{
border-color: #DFB85C;
}
.TagClassName
{
border-color: #DFB85C;
}
</style>