Shades of Equator #DDBA5B
Tints of Equator #DDBA5B
RGB
CMYK
RGB Variations
Color information
#DDBA5B (or 0xDDBA5B) is known color: Equator. HEX triplet: DD, BA and 5B. RGB value is (221,186,91). Sum of RGB (Red+Green+Blue) = 221+186+91=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA5B is #2245A4. Grayscale: #BABABA. Windows color (decimal): -2246053 or 6011613. OLE color: 6011613.
HSL color Cylindrical-coordinate representation of color #DDBA5B: hue angle of 43.85º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDBA5B is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 91 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.13 |
| HSL | 43.85º | 0.66% | 0.61% | - |
| HSV(B) | 43.85º | 0.59% | 0.87% | - |
| XYZ | 49.27 | 51.25 | 17.19 | - |
| YUV | 185.64 | 74.6 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 91 | 0 | 0.16 | 0.59 | 0.13 | 43.85 | 0.66 | 0.61 |
| Hex | DD | BA | 5B | 0 | 10 | 3B | D | 2C | 42 | 3D |
| Octal | 335 | 272 | 133 | 0 | 20 | 73 | 15 | 54 | 102 | 75 |
| Binary | 11011101 | 10111010 | 1011011 | 0 | 10000 | 111011 | 1101 | 101100 | 1000010 | 111101 |
Color Harmonies of #DDBA5B
Complementary color
Monochromatic Colors of #DDBA5B
Black with #DDBA5B
Text Example
Text Example
White with #DDBA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA5B; }
p { color: rgb(221,186,91); }
H1.HeaderClassName
{
color: #DDBA5B;
}
.AnyTagClassName
{
color: #DDBA5B;
}
</style>
background-color css
<style>
a { background-color: #DDBA5B; }
a { background-color: rgb(221,186,91); }
div.DivClassName
{
background-color: #DDBA5B;
}
.BgClassName
{
background-color: #DDBA5B;
}
</style>
border-color css
<style>
span { border-color: #DDBA5B; }
span { border-color: rgb(221,186,91); }
td.TdClassName
{
border-color: #DDBA5B;
}
.TagClassName
{
border-color: #DDBA5B;
}
</style>