Shades of Equator #DFB65C
Tints of Equator #DFB65C
RGB
CMYK
RGB Variations
Color information
#DFB65C (or 0xDFB65C) is known color: Equator. HEX triplet: DF, B6 and 5C. RGB value is (223,182,92). Sum of RGB (Red+Green+Blue) = 223+182+92=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB65C is #2049A3. Grayscale: #B8B8B8. Windows color (decimal): -2116004 or 6076127. OLE color: 6076127.
HSL color Cylindrical-coordinate representation of color #DFB65C: hue angle of 41.22º 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 #DFB65C is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 92 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.13 |
| HSL | 41.22º | 0.67% | 0.62% | - |
| HSV(B) | 41.22º | 0.59% | 0.87% | - |
| XYZ | 49.09 | 49.92 | 17.17 | - |
| YUV | 184 | 76.08 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 92 | 0 | 0.18 | 0.59 | 0.13 | 41.22 | 0.67 | 0.62 |
| Hex | DF | B6 | 5C | 0 | 12 | 3B | D | 29 | 43 | 3E |
| Octal | 337 | 266 | 134 | 0 | 22 | 73 | 15 | 51 | 103 | 76 |
| Binary | 11011111 | 10110110 | 1011100 | 0 | 10010 | 111011 | 1101 | 101001 | 1000011 | 111110 |
Color Harmonies of #DFB65C
Complementary color
Monochromatic Colors of #DFB65C
Black with #DFB65C
Text Example
Text Example
White with #DFB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB65C; }
p { color: rgb(223,182,92); }
H1.HeaderClassName
{
color: #DFB65C;
}
.AnyTagClassName
{
color: #DFB65C;
}
</style>
background-color css
<style>
a { background-color: #DFB65C; }
a { background-color: rgb(223,182,92); }
div.DivClassName
{
background-color: #DFB65C;
}
.BgClassName
{
background-color: #DFB65C;
}
</style>
border-color css
<style>
span { border-color: #DFB65C; }
span { border-color: rgb(223,182,92); }
td.TdClassName
{
border-color: #DFB65C;
}
.TagClassName
{
border-color: #DFB65C;
}
</style>