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