Shades of Equator #DDB559
Tints of Equator #DDB559
RGB
CMYK
RGB Variations
Color information
#DDB559 (or 0xDDB559) is known color: Equator. HEX triplet: DD, B5 and 59. RGB value is (221,181,89). Sum of RGB (Red+Green+Blue) = 221+181+89=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 89 (35.16% from 255 or 18.13% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB559 is #224AA6. Grayscale: #B6B6B6. Windows color (decimal): -2247335 or 5879261. OLE color: 5879261.
HSL color Cylindrical-coordinate representation of color #DDB559: hue angle of 41.82º 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 #DDB559 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 89 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.13 |
| HSL | 41.82º | 0.66% | 0.61% | - |
| HSV(B) | 41.82º | 0.6% | 0.87% | - |
| XYZ | 48.15 | 49.14 | 16.4 | - |
| YUV | 182.47 | 75.25 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 89 | 0 | 0.18 | 0.60 | 0.13 | 41.82 | 0.66 | 0.61 |
| Hex | DD | B5 | 59 | 0 | 12 | 3C | D | 2A | 42 | 3D |
| Octal | 335 | 265 | 131 | 0 | 22 | 74 | 15 | 52 | 102 | 75 |
| Binary | 11011101 | 10110101 | 1011001 | 0 | 10010 | 111100 | 1101 | 101010 | 1000010 | 111101 |
Color Harmonies of #DDB559
Complementary color
Monochromatic Colors of #DDB559
Black with #DDB559
Text Example
Text Example
White with #DDB559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB559; }
p { color: rgb(221,181,89); }
H1.HeaderClassName
{
color: #DDB559;
}
.AnyTagClassName
{
color: #DDB559;
}
</style>
background-color css
<style>
a { background-color: #DDB559; }
a { background-color: rgb(221,181,89); }
div.DivClassName
{
background-color: #DDB559;
}
.BgClassName
{
background-color: #DDB559;
}
</style>
border-color css
<style>
span { border-color: #DDB559; }
span { border-color: rgb(221,181,89); }
td.TdClassName
{
border-color: #DDB559;
}
.TagClassName
{
border-color: #DDB559;
}
</style>