Shades of Equator #DFB55D
Tints of Equator #DFB55D
RGB
CMYK
RGB Variations
Color information
#DFB55D (or 0xDFB55D) is known color: Equator. HEX triplet: DF, B5 and 5D. RGB value is (223,181,93). Sum of RGB (Red+Green+Blue) = 223+181+93=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB55D is #204AA2. Grayscale: #B7B7B7. Windows color (decimal): -2116259 or 6141407. OLE color: 6141407.
HSL color Cylindrical-coordinate representation of color #DFB55D: hue angle of 40.62º 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 #DFB55D is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 93 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.13 |
| HSL | 40.62º | 0.67% | 0.62% | - |
| HSV(B) | 40.62º | 0.58% | 0.87% | - |
| XYZ | 48.93 | 49.53 | 17.34 | - |
| YUV | 183.53 | 76.91 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 93 | 0 | 0.19 | 0.58 | 0.13 | 40.62 | 0.67 | 0.62 |
| Hex | DF | B5 | 5D | 0 | 13 | 3A | D | 29 | 43 | 3E |
| Octal | 337 | 265 | 135 | 0 | 23 | 72 | 15 | 51 | 103 | 76 |
| Binary | 11011111 | 10110101 | 1011101 | 0 | 10011 | 111010 | 1101 | 101001 | 1000011 | 111110 |
Color Harmonies of #DFB55D
Complementary color
Monochromatic Colors of #DFB55D
Black with #DFB55D
Text Example
Text Example
White with #DFB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB55D; }
p { color: rgb(223,181,93); }
H1.HeaderClassName
{
color: #DFB55D;
}
.AnyTagClassName
{
color: #DFB55D;
}
</style>
background-color css
<style>
a { background-color: #DFB55D; }
a { background-color: rgb(223,181,93); }
div.DivClassName
{
background-color: #DFB55D;
}
.BgClassName
{
background-color: #DFB55D;
}
</style>
border-color css
<style>
span { border-color: #DFB55D; }
span { border-color: rgb(223,181,93); }
td.TdClassName
{
border-color: #DFB55D;
}
.TagClassName
{
border-color: #DFB55D;
}
</style>