Shades of Equator #DDB859
Tints of Equator #DDB859
RGB
CMYK
RGB Variations
Color information
#DDB859 (or 0xDDB859) is known color: Equator. HEX triplet: DD, B8 and 59. RGB value is (221,184,89). Sum of RGB (Red+Green+Blue) = 221+184+89=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB859 is #2247A6. Grayscale: #B8B8B8. Windows color (decimal): -2246567 or 5880029. OLE color: 5880029.
HSL color Cylindrical-coordinate representation of color #DDB859: hue angle of 43.18º 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 #DDB859 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 89 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.13 |
| HSL | 43.18º | 0.66% | 0.61% | - |
| HSV(B) | 43.18º | 0.6% | 0.87% | - |
| XYZ | 48.76 | 50.37 | 16.6 | - |
| YUV | 184.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 89 | 0 | 0.17 | 0.60 | 0.13 | 43.18 | 0.66 | 0.61 |
| Hex | DD | B8 | 59 | 0 | 11 | 3C | D | 2B | 42 | 3D |
| Octal | 335 | 270 | 131 | 0 | 21 | 74 | 15 | 53 | 102 | 75 |
| Binary | 11011101 | 10111000 | 1011001 | 0 | 10001 | 111100 | 1101 | 101011 | 1000010 | 111101 |
Color Harmonies of #DDB859
Complementary color
Monochromatic Colors of #DDB859
Black with #DDB859
Text Example
Text Example
White with #DDB859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB859; }
p { color: rgb(221,184,89); }
H1.HeaderClassName
{
color: #DDB859;
}
.AnyTagClassName
{
color: #DDB859;
}
</style>
background-color css
<style>
a { background-color: #DDB859; }
a { background-color: rgb(221,184,89); }
div.DivClassName
{
background-color: #DDB859;
}
.BgClassName
{
background-color: #DDB859;
}
</style>
border-color css
<style>
span { border-color: #DDB859; }
span { border-color: rgb(221,184,89); }
td.TdClassName
{
border-color: #DDB859;
}
.TagClassName
{
border-color: #DDB859;
}
</style>