Shades of Equator #DDB958
Tints of Equator #DDB958
RGB
CMYK
RGB Variations
Color information
#DDB958 (or 0xDDB958) is known color: Equator. HEX triplet: DD, B9 and 58. RGB value is (221,185,88). Sum of RGB (Red+Green+Blue) = 221+185+88=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 88 (34.77% from 255 or 17.81% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB958 is #2246A7. Grayscale: #B9B9B9. Windows color (decimal): -2246312 or 5814749. OLE color: 5814749.
HSL color Cylindrical-coordinate representation of color #DDB958: hue angle of 43.76º 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 #DDB958 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 88 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.13 |
| HSL | 43.76º | 0.66% | 0.61% | - |
| HSV(B) | 43.76º | 0.6% | 0.87% | - |
| XYZ | 48.93 | 50.77 | 16.45 | - |
| YUV | 184.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 88 | 0 | 0.16 | 0.60 | 0.13 | 43.76 | 0.66 | 0.61 |
| Hex | DD | B9 | 58 | 0 | 10 | 3C | D | 2C | 42 | 3D |
| Octal | 335 | 271 | 130 | 0 | 20 | 74 | 15 | 54 | 102 | 75 |
| Binary | 11011101 | 10111001 | 1011000 | 0 | 10000 | 111100 | 1101 | 101100 | 1000010 | 111101 |
Color Harmonies of #DDB958
Complementary color
Monochromatic Colors of #DDB958
Black with #DDB958
Text Example
Text Example
White with #DDB958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB958; }
p { color: rgb(221,185,88); }
H1.HeaderClassName
{
color: #DDB958;
}
.AnyTagClassName
{
color: #DDB958;
}
</style>
background-color css
<style>
a { background-color: #DDB958; }
a { background-color: rgb(221,185,88); }
div.DivClassName
{
background-color: #DDB958;
}
.BgClassName
{
background-color: #DDB958;
}
</style>
border-color css
<style>
span { border-color: #DDB958; }
span { border-color: rgb(221,185,88); }
td.TdClassName
{
border-color: #DDB958;
}
.TagClassName
{
border-color: #DDB958;
}
</style>