Shades of Equator #DFB75B
Tints of Equator #DFB75B
RGB
CMYK
RGB Variations
Color information
#DFB75B (or 0xDFB75B) is known color: Equator. HEX triplet: DF, B7 and 5B. RGB value is (223,183,91). Sum of RGB (Red+Green+Blue) = 223+183+91=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB75B is #2048A4. Grayscale: #B8B8B8. Windows color (decimal): -2115749 or 6010847. OLE color: 6010847.
HSL color Cylindrical-coordinate representation of color #DFB75B: hue angle of 41.82º 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 #DFB75B is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 91 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.13 |
| HSL | 41.82º | 0.67% | 0.62% | - |
| HSV(B) | 41.82º | 0.59% | 0.87% | - |
| XYZ | 49.25 | 50.31 | 17.01 | - |
| YUV | 184.47 | 75.25 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 91 | 0 | 0.18 | 0.59 | 0.13 | 41.82 | 0.67 | 0.62 |
| Hex | DF | B7 | 5B | 0 | 12 | 3B | D | 2A | 43 | 3E |
| Octal | 337 | 267 | 133 | 0 | 22 | 73 | 15 | 52 | 103 | 76 |
| Binary | 11011111 | 10110111 | 1011011 | 0 | 10010 | 111011 | 1101 | 101010 | 1000011 | 111110 |
Color Harmonies of #DFB75B
Complementary color
Monochromatic Colors of #DFB75B
Black with #DFB75B
Text Example
Text Example
White with #DFB75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB75B; }
p { color: rgb(223,183,91); }
H1.HeaderClassName
{
color: #DFB75B;
}
.AnyTagClassName
{
color: #DFB75B;
}
</style>
background-color css
<style>
a { background-color: #DFB75B; }
a { background-color: rgb(223,183,91); }
div.DivClassName
{
background-color: #DFB75B;
}
.BgClassName
{
background-color: #DFB75B;
}
</style>
border-color css
<style>
span { border-color: #DFB75B; }
span { border-color: rgb(223,183,91); }
td.TdClassName
{
border-color: #DFB75B;
}
.TagClassName
{
border-color: #DFB75B;
}
</style>