Shades of Equator #DFB85D
Tints of Equator #DFB85D
RGB
CMYK
RGB Variations
Color information
#DFB85D (or 0xDFB85D) is known color: Equator. HEX triplet: DF, B8 and 5D. RGB value is (223,184,93). Sum of RGB (Red+Green+Blue) = 223+184+93=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB85D is #2047A2. Grayscale: #B9B9B9. Windows color (decimal): -2115491 or 6142175. OLE color: 6142175.
HSL color Cylindrical-coordinate representation of color #DFB85D: hue angle of 42º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFB85D is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 93 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.13 |
| HSL | 42º | 0.67% | 0.62% | - |
| HSV(B) | 42º | 0.58% | 0.87% | - |
| XYZ | 49.55 | 50.76 | 17.54 | - |
| YUV | 185.29 | 75.92 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 93 | 0 | 0.17 | 0.58 | 0.13 | 42 | 0.67 | 0.62 |
| Hex | DF | B8 | 5D | 0 | 11 | 3A | D | 2A | 43 | 3E |
| Octal | 337 | 270 | 135 | 0 | 21 | 72 | 15 | 52 | 103 | 76 |
| Binary | 11011111 | 10111000 | 1011101 | 0 | 10001 | 111010 | 1101 | 101010 | 1000011 | 111110 |
Color Harmonies of #DFB85D
Complementary color
Monochromatic Colors of #DFB85D
Black with #DFB85D
Text Example
Text Example
White with #DFB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB85D; }
p { color: rgb(223,184,93); }
H1.HeaderClassName
{
color: #DFB85D;
}
.AnyTagClassName
{
color: #DFB85D;
}
</style>
background-color css
<style>
a { background-color: #DFB85D; }
a { background-color: rgb(223,184,93); }
div.DivClassName
{
background-color: #DFB85D;
}
.BgClassName
{
background-color: #DFB85D;
}
</style>
border-color css
<style>
span { border-color: #DFB85D; }
span { border-color: rgb(223,184,93); }
td.TdClassName
{
border-color: #DFB85D;
}
.TagClassName
{
border-color: #DFB85D;
}
</style>