Shades of Equator #DFB25B
Tints of Equator #DFB25B
RGB
CMYK
RGB Variations
Color information
#DFB25B (or 0xDFB25B) is known color: Equator. HEX triplet: DF, B2 and 5B. RGB value is (223,178,91). Sum of RGB (Red+Green+Blue) = 223+178+91=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB25B is #204DA4. Grayscale: #B5B5B5. Windows color (decimal): -2117029 or 6009567. OLE color: 6009567.
HSL color Cylindrical-coordinate representation of color #DFB25B: hue angle of 39.55º 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 #DFB25B is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 91 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.13 |
| HSL | 39.55º | 0.67% | 0.62% | - |
| HSV(B) | 39.55º | 0.59% | 0.87% | - |
| XYZ | 48.24 | 48.28 | 16.67 | - |
| YUV | 181.54 | 76.91 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 91 | 0 | 0.20 | 0.59 | 0.13 | 39.55 | 0.67 | 0.62 |
| Hex | DF | B2 | 5B | 0 | 14 | 3B | D | 28 | 43 | 3E |
| Octal | 337 | 262 | 133 | 0 | 24 | 73 | 15 | 50 | 103 | 76 |
| Binary | 11011111 | 10110010 | 1011011 | 0 | 10100 | 111011 | 1101 | 101000 | 1000011 | 111110 |
Color Harmonies of #DFB25B
Complementary color
Monochromatic Colors of #DFB25B
Black with #DFB25B
Text Example
Text Example
White with #DFB25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB25B; }
p { color: rgb(223,178,91); }
H1.HeaderClassName
{
color: #DFB25B;
}
.AnyTagClassName
{
color: #DFB25B;
}
</style>
background-color css
<style>
a { background-color: #DFB25B; }
a { background-color: rgb(223,178,91); }
div.DivClassName
{
background-color: #DFB25B;
}
.BgClassName
{
background-color: #DFB25B;
}
</style>
border-color css
<style>
span { border-color: #DFB25B; }
span { border-color: rgb(223,178,91); }
td.TdClassName
{
border-color: #DFB25B;
}
.TagClassName
{
border-color: #DFB25B;
}
</style>