Shades of Equator #DFBA5A
Tints of Equator #DFBA5A
RGB
CMYK
RGB Variations
Color information
#DFBA5A (or 0xDFBA5A) is known color: Equator. HEX triplet: DF, BA and 5A. RGB value is (223,186,90). Sum of RGB (Red+Green+Blue) = 223+186+90=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA5A is #2045A5. Grayscale: #BABABA. Windows color (decimal): -2114982 or 5946079. OLE color: 5946079.
HSL color Cylindrical-coordinate representation of color #DFBA5A: hue angle of 43.31º 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 #DFBA5A is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 90 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.13 |
| HSL | 43.31º | 0.68% | 0.61% | - |
| HSV(B) | 43.31º | 0.6% | 0.87% | - |
| XYZ | 49.84 | 51.54 | 17 | - |
| YUV | 186.12 | 73.76 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 90 | 0 | 0.17 | 0.60 | 0.13 | 43.31 | 0.68 | 0.61 |
| Hex | DF | BA | 5A | 0 | 11 | 3C | D | 2B | 44 | 3D |
| Octal | 337 | 272 | 132 | 0 | 21 | 74 | 15 | 53 | 104 | 75 |
| Binary | 11011111 | 10111010 | 1011010 | 0 | 10001 | 111100 | 1101 | 101011 | 1000100 | 111101 |
Color Harmonies of #DFBA5A
Complementary color
Monochromatic Colors of #DFBA5A
Black with #DFBA5A
Text Example
Text Example
White with #DFBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA5A; }
p { color: rgb(223,186,90); }
H1.HeaderClassName
{
color: #DFBA5A;
}
.AnyTagClassName
{
color: #DFBA5A;
}
</style>
background-color css
<style>
a { background-color: #DFBA5A; }
a { background-color: rgb(223,186,90); }
div.DivClassName
{
background-color: #DFBA5A;
}
.BgClassName
{
background-color: #DFBA5A;
}
</style>
border-color css
<style>
span { border-color: #DFBA5A; }
span { border-color: rgb(223,186,90); }
td.TdClassName
{
border-color: #DFBA5A;
}
.TagClassName
{
border-color: #DFBA5A;
}
</style>