Shades of Equator #DFBB5A
Tints of Equator #DFBB5A
RGB
CMYK
RGB Variations
Color information
#DFBB5A (or 0xDFBB5A) is known color: Equator. HEX triplet: DF, BB and 5A. RGB value is (223,187,90). Sum of RGB (Red+Green+Blue) = 223+187+90=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB5A is #2044A5. Grayscale: #BBBBBB. Windows color (decimal): -2114726 or 5946335. OLE color: 5946335.
HSL color Cylindrical-coordinate representation of color #DFBB5A: hue angle of 43.76º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFBB5A is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 90 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.13 |
| HSL | 43.76º | 0.68% | 0.61% | - |
| HSV(B) | 43.76º | 0.6% | 0.87% | - |
| XYZ | 50.05 | 51.97 | 17.07 | - |
| YUV | 186.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 90 | 0 | 0.16 | 0.60 | 0.13 | 43.76 | 0.68 | 0.61 |
| Hex | DF | BB | 5A | 0 | 10 | 3C | D | 2C | 44 | 3D |
| Octal | 337 | 273 | 132 | 0 | 20 | 74 | 15 | 54 | 104 | 75 |
| Binary | 11011111 | 10111011 | 1011010 | 0 | 10000 | 111100 | 1101 | 101100 | 1000100 | 111101 |
Color Harmonies of #DFBB5A
Complementary color
Monochromatic Colors of #DFBB5A
Black with #DFBB5A
Text Example
Text Example
White with #DFBB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB5A; }
p { color: rgb(223,187,90); }
H1.HeaderClassName
{
color: #DFBB5A;
}
.AnyTagClassName
{
color: #DFBB5A;
}
</style>
background-color css
<style>
a { background-color: #DFBB5A; }
a { background-color: rgb(223,187,90); }
div.DivClassName
{
background-color: #DFBB5A;
}
.BgClassName
{
background-color: #DFBB5A;
}
</style>
border-color css
<style>
span { border-color: #DFBB5A; }
span { border-color: rgb(223,187,90); }
td.TdClassName
{
border-color: #DFBB5A;
}
.TagClassName
{
border-color: #DFBB5A;
}
</style>