Shades of Equator #DDB85D
Tints of Equator #DDB85D
RGB
CMYK
RGB Variations
Color information
#DDB85D (or 0xDDB85D) is known color: Equator. HEX triplet: DD, B8 and 5D. RGB value is (221,184,93). Sum of RGB (Red+Green+Blue) = 221+184+93=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB85D is #2247A2. Grayscale: #B9B9B9. Windows color (decimal): -2246563 or 6142173. OLE color: 6142173.
HSL color Cylindrical-coordinate representation of color #DDB85D: hue angle of 42.66º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDB85D is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 93 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.13 |
| HSL | 42.66º | 0.65% | 0.62% | - |
| HSV(B) | 42.66º | 0.58% | 0.87% | - |
| XYZ | 48.94 | 50.44 | 17.51 | - |
| YUV | 184.69 | 76.26 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 93 | 0 | 0.17 | 0.58 | 0.13 | 42.66 | 0.65 | 0.62 |
| Hex | DD | B8 | 5D | 0 | 11 | 3A | D | 2B | 41 | 3E |
| Octal | 335 | 270 | 135 | 0 | 21 | 72 | 15 | 53 | 101 | 76 |
| Binary | 11011101 | 10111000 | 1011101 | 0 | 10001 | 111010 | 1101 | 101011 | 1000001 | 111110 |
Color Harmonies of #DDB85D
Complementary color
Monochromatic Colors of #DDB85D
Black with #DDB85D
Text Example
Text Example
White with #DDB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB85D; }
p { color: rgb(221,184,93); }
H1.HeaderClassName
{
color: #DDB85D;
}
.AnyTagClassName
{
color: #DDB85D;
}
</style>
background-color css
<style>
a { background-color: #DDB85D; }
a { background-color: rgb(221,184,93); }
div.DivClassName
{
background-color: #DDB85D;
}
.BgClassName
{
background-color: #DDB85D;
}
</style>
border-color css
<style>
span { border-color: #DDB85D; }
span { border-color: rgb(221,184,93); }
td.TdClassName
{
border-color: #DDB85D;
}
.TagClassName
{
border-color: #DDB85D;
}
</style>