Shades of Equator #DFB55C
Tints of Equator #DFB55C
RGB
CMYK
RGB Variations
Color information
#DFB55C (or 0xDFB55C) is known color: Equator. HEX triplet: DF, B5 and 5C. RGB value is (223,181,92). Sum of RGB (Red+Green+Blue) = 223+181+92=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB55C is #204AA3. Grayscale: #B7B7B7. Windows color (decimal): -2116260 or 6075871. OLE color: 6075871.
HSL color Cylindrical-coordinate representation of color #DFB55C: hue angle of 40.76º 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 #DFB55C is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 92 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.13 |
| HSL | 40.76º | 0.67% | 0.62% | - |
| HSV(B) | 40.76º | 0.59% | 0.87% | - |
| XYZ | 48.89 | 49.51 | 17.1 | - |
| YUV | 183.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 92 | 0 | 0.19 | 0.59 | 0.13 | 40.76 | 0.67 | 0.62 |
| Hex | DF | B5 | 5C | 0 | 13 | 3B | D | 29 | 43 | 3E |
| Octal | 337 | 265 | 134 | 0 | 23 | 73 | 15 | 51 | 103 | 76 |
| Binary | 11011111 | 10110101 | 1011100 | 0 | 10011 | 111011 | 1101 | 101001 | 1000011 | 111110 |
Color Harmonies of #DFB55C
Complementary color
Monochromatic Colors of #DFB55C
Black with #DFB55C
Text Example
Text Example
White with #DFB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB55C; }
p { color: rgb(223,181,92); }
H1.HeaderClassName
{
color: #DFB55C;
}
.AnyTagClassName
{
color: #DFB55C;
}
</style>
background-color css
<style>
a { background-color: #DFB55C; }
a { background-color: rgb(223,181,92); }
div.DivClassName
{
background-color: #DFB55C;
}
.BgClassName
{
background-color: #DFB55C;
}
</style>
border-color css
<style>
span { border-color: #DFB55C; }
span { border-color: rgb(223,181,92); }
td.TdClassName
{
border-color: #DFB55C;
}
.TagClassName
{
border-color: #DFB55C;
}
</style>