Shades of Equator #DDB85F
Tints of Equator #DDB85F
RGB
CMYK
RGB Variations
Color information
#DDB85F (or 0xDDB85F) is known color: Equator. HEX triplet: DD, B8 and 5F. RGB value is (221,184,95). Sum of RGB (Red+Green+Blue) = 221+184+95=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB85F is #2247A0. Grayscale: #B9B9B9. Windows color (decimal): -2246561 or 6273245. OLE color: 6273245.
HSL color Cylindrical-coordinate representation of color #DDB85F: hue angle of 42.38º 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 #DDB85F is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 95 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.13 |
| HSL | 42.38º | 0.65% | 0.62% | - |
| HSV(B) | 42.38º | 0.57% | 0.87% | - |
| XYZ | 49.02 | 50.48 | 17.99 | - |
| YUV | 184.92 | 77.26 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 95 | 0 | 0.17 | 0.57 | 0.13 | 42.38 | 0.65 | 0.62 |
| Hex | DD | B8 | 5F | 0 | 11 | 39 | D | 2A | 41 | 3E |
| Octal | 335 | 270 | 137 | 0 | 21 | 71 | 15 | 52 | 101 | 76 |
| Binary | 11011101 | 10111000 | 1011111 | 0 | 10001 | 111001 | 1101 | 101010 | 1000001 | 111110 |
Color Harmonies of #DDB85F
Complementary color
Monochromatic Colors of #DDB85F
Black with #DDB85F
Text Example
Text Example
White with #DDB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB85F; }
p { color: rgb(221,184,95); }
H1.HeaderClassName
{
color: #DDB85F;
}
.AnyTagClassName
{
color: #DDB85F;
}
</style>
background-color css
<style>
a { background-color: #DDB85F; }
a { background-color: rgb(221,184,95); }
div.DivClassName
{
background-color: #DDB85F;
}
.BgClassName
{
background-color: #DDB85F;
}
</style>
border-color css
<style>
span { border-color: #DDB85F; }
span { border-color: rgb(221,184,95); }
td.TdClassName
{
border-color: #DDB85F;
}
.TagClassName
{
border-color: #DDB85F;
}
</style>