Shades of Equator #DDBA58
Tints of Equator #DDBA58
RGB
CMYK
RGB Variations
Color information
#DDBA58 (or 0xDDBA58) is known color: Equator. HEX triplet: DD, BA and 58. RGB value is (221,186,88). Sum of RGB (Red+Green+Blue) = 221+186+88=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 88 (34.77% from 255 or 17.78% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA58 is #2245A7. Grayscale: #B9B9B9. Windows color (decimal): -2246056 or 5815005. OLE color: 5815005.
HSL color Cylindrical-coordinate representation of color #DDBA58: hue angle of 44.21º degrees, saturation: 0.66, 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 #DDBA58 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 88 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.13 |
| HSL | 44.21º | 0.66% | 0.61% | - |
| HSV(B) | 44.21º | 0.6% | 0.87% | - |
| XYZ | 49.14 | 51.19 | 16.52 | - |
| YUV | 185.29 | 73.1 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 88 | 0 | 0.16 | 0.60 | 0.13 | 44.21 | 0.66 | 0.61 |
| Hex | DD | BA | 58 | 0 | 10 | 3C | D | 2C | 42 | 3D |
| Octal | 335 | 272 | 130 | 0 | 20 | 74 | 15 | 54 | 102 | 75 |
| Binary | 11011101 | 10111010 | 1011000 | 0 | 10000 | 111100 | 1101 | 101100 | 1000010 | 111101 |
Color Harmonies of #DDBA58
Complementary color
Monochromatic Colors of #DDBA58
Black with #DDBA58
Text Example
Text Example
White with #DDBA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA58; }
p { color: rgb(221,186,88); }
H1.HeaderClassName
{
color: #DDBA58;
}
.AnyTagClassName
{
color: #DDBA58;
}
</style>
background-color css
<style>
a { background-color: #DDBA58; }
a { background-color: rgb(221,186,88); }
div.DivClassName
{
background-color: #DDBA58;
}
.BgClassName
{
background-color: #DDBA58;
}
</style>
border-color css
<style>
span { border-color: #DDBA58; }
span { border-color: rgb(221,186,88); }
td.TdClassName
{
border-color: #DDBA58;
}
.TagClassName
{
border-color: #DDBA58;
}
</style>