Shades of Equator #DDB659
Tints of Equator #DDB659
RGB
CMYK
RGB Variations
Color information
#DDB659 (or 0xDDB659) is known color: Equator. HEX triplet: DD, B6 and 59. RGB value is (221,182,89). Sum of RGB (Red+Green+Blue) = 221+182+89=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB659 is #2249A6. Grayscale: #B7B7B7. Windows color (decimal): -2247079 or 5879517. OLE color: 5879517.
HSL color Cylindrical-coordinate representation of color #DDB659: hue angle of 42.27º 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 #DDB659 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 89 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.13 |
| HSL | 42.27º | 0.66% | 0.61% | - |
| HSV(B) | 42.27º | 0.6% | 0.87% | - |
| XYZ | 48.35 | 49.55 | 16.47 | - |
| YUV | 183.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 89 | 0 | 0.18 | 0.60 | 0.13 | 42.27 | 0.66 | 0.61 |
| Hex | DD | B6 | 59 | 0 | 12 | 3C | D | 2A | 42 | 3D |
| Octal | 335 | 266 | 131 | 0 | 22 | 74 | 15 | 52 | 102 | 75 |
| Binary | 11011101 | 10110110 | 1011001 | 0 | 10010 | 111100 | 1101 | 101010 | 1000010 | 111101 |
Color Harmonies of #DDB659
Complementary color
Monochromatic Colors of #DDB659
Black with #DDB659
Text Example
Text Example
White with #DDB659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB659; }
p { color: rgb(221,182,89); }
H1.HeaderClassName
{
color: #DDB659;
}
.AnyTagClassName
{
color: #DDB659;
}
</style>
background-color css
<style>
a { background-color: #DDB659; }
a { background-color: rgb(221,182,89); }
div.DivClassName
{
background-color: #DDB659;
}
.BgClassName
{
background-color: #DDB659;
}
</style>
border-color css
<style>
span { border-color: #DDB659; }
span { border-color: rgb(221,182,89); }
td.TdClassName
{
border-color: #DDB659;
}
.TagClassName
{
border-color: #DDB659;
}
</style>