Shades of Equator #DDB85E
Tints of Equator #DDB85E
RGB
CMYK
RGB Variations
Color information
#DDB85E (or 0xDDB85E) is known color: Equator. HEX triplet: DD, B8 and 5E. RGB value is (221,184,94). Sum of RGB (Red+Green+Blue) = 221+184+94=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB85E is #2247A1. Grayscale: #B9B9B9. Windows color (decimal): -2246562 or 6207709. OLE color: 6207709.
HSL color Cylindrical-coordinate representation of color #DDB85E: hue angle of 42.52º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDB85E is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 94 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.13 |
| HSL | 42.52º | 0.65% | 0.62% | - |
| HSV(B) | 42.52º | 0.57% | 0.87% | - |
| XYZ | 48.98 | 50.46 | 17.75 | - |
| YUV | 184.8 | 76.76 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 94 | 0 | 0.17 | 0.57 | 0.13 | 42.52 | 0.65 | 0.62 |
| Hex | DD | B8 | 5E | 0 | 11 | 39 | D | 2B | 41 | 3E |
| Octal | 335 | 270 | 136 | 0 | 21 | 71 | 15 | 53 | 101 | 76 |
| Binary | 11011101 | 10111000 | 1011110 | 0 | 10001 | 111001 | 1101 | 101011 | 1000001 | 111110 |
Color Harmonies of #DDB85E
Complementary color
Monochromatic Colors of #DDB85E
Black with #DDB85E
Text Example
Text Example
White with #DDB85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB85E; }
p { color: rgb(221,184,94); }
H1.HeaderClassName
{
color: #DDB85E;
}
.AnyTagClassName
{
color: #DDB85E;
}
</style>
background-color css
<style>
a { background-color: #DDB85E; }
a { background-color: rgb(221,184,94); }
div.DivClassName
{
background-color: #DDB85E;
}
.BgClassName
{
background-color: #DDB85E;
}
</style>
border-color css
<style>
span { border-color: #DDB85E; }
span { border-color: rgb(221,184,94); }
td.TdClassName
{
border-color: #DDB85E;
}
.TagClassName
{
border-color: #DDB85E;
}
</style>