Shades of Equator #DDBA57
Tints of Equator #DDBA57
RGB
CMYK
RGB Variations
Color information
#DDBA57 (or 0xDDBA57) is known color: Equator. HEX triplet: DD, BA and 57. RGB value is (221,186,87). Sum of RGB (Red+Green+Blue) = 221+186+87=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA57 is #2245A8. Grayscale: #B9B9B9. Windows color (decimal): -2246057 or 5749469. OLE color: 5749469.
HSL color Cylindrical-coordinate representation of color #DDBA57: hue angle of 44.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDBA57 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 87 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.13 |
| HSL | 44.33º | 0.66% | 0.6% | - |
| HSV(B) | 44.33º | 0.61% | 0.87% | - |
| XYZ | 49.1 | 51.18 | 16.31 | - |
| YUV | 185.18 | 72.6 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 87 | 0 | 0.16 | 0.61 | 0.13 | 44.33 | 0.66 | 0.6 |
| Hex | DD | BA | 57 | 0 | 10 | 3D | D | 2C | 42 | 3C |
| Octal | 335 | 272 | 127 | 0 | 20 | 75 | 15 | 54 | 102 | 74 |
| Binary | 11011101 | 10111010 | 1010111 | 0 | 10000 | 111101 | 1101 | 101100 | 1000010 | 111100 |
Color Harmonies of #DDBA57
Complementary color
Monochromatic Colors of #DDBA57
Black with #DDBA57
Text Example
Text Example
White with #DDBA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA57; }
p { color: rgb(221,186,87); }
H1.HeaderClassName
{
color: #DDBA57;
}
.AnyTagClassName
{
color: #DDBA57;
}
</style>
background-color css
<style>
a { background-color: #DDBA57; }
a { background-color: rgb(221,186,87); }
div.DivClassName
{
background-color: #DDBA57;
}
.BgClassName
{
background-color: #DDBA57;
}
</style>
border-color css
<style>
span { border-color: #DDBA57; }
span { border-color: rgb(221,186,87); }
td.TdClassName
{
border-color: #DDBA57;
}
.TagClassName
{
border-color: #DDBA57;
}
</style>