Shades of Equator #DFB45F
Tints of Equator #DFB45F
RGB
CMYK
RGB Variations
Color information
#DFB45F (or 0xDFB45F) is known color: Equator. HEX triplet: DF, B4 and 5F. RGB value is (223,180,95). Sum of RGB (Red+Green+Blue) = 223+180+95=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB45F is #204BA0. Grayscale: #B7B7B7. Windows color (decimal): -2116513 or 6272223. OLE color: 6272223.
HSL color Cylindrical-coordinate representation of color #DFB45F: hue angle of 39.84º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFB45F is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 95 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.13 |
| HSL | 39.84º | 0.67% | 0.62% | - |
| HSV(B) | 39.84º | 0.57% | 0.87% | - |
| XYZ | 48.82 | 49.16 | 17.74 | - |
| YUV | 183.17 | 78.25 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 95 | 0 | 0.19 | 0.57 | 0.13 | 39.84 | 0.67 | 0.62 |
| Hex | DF | B4 | 5F | 0 | 13 | 39 | D | 28 | 43 | 3E |
| Octal | 337 | 264 | 137 | 0 | 23 | 71 | 15 | 50 | 103 | 76 |
| Binary | 11011111 | 10110100 | 1011111 | 0 | 10011 | 111001 | 1101 | 101000 | 1000011 | 111110 |
Color Harmonies of #DFB45F
Complementary color
Monochromatic Colors of #DFB45F
Black with #DFB45F
Text Example
Text Example
White with #DFB45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB45F; }
p { color: rgb(223,180,95); }
H1.HeaderClassName
{
color: #DFB45F;
}
.AnyTagClassName
{
color: #DFB45F;
}
</style>
background-color css
<style>
a { background-color: #DFB45F; }
a { background-color: rgb(223,180,95); }
div.DivClassName
{
background-color: #DFB45F;
}
.BgClassName
{
background-color: #DFB45F;
}
</style>
border-color css
<style>
span { border-color: #DFB45F; }
span { border-color: rgb(223,180,95); }
td.TdClassName
{
border-color: #DFB45F;
}
.TagClassName
{
border-color: #DFB45F;
}
</style>