Shades of Equator #DDB85C
Tints of Equator #DDB85C
RGB
CMYK
RGB Variations
Color information
#DDB85C (or 0xDDB85C) is known color: Equator. HEX triplet: DD, B8 and 5C. RGB value is (221,184,92). Sum of RGB (Red+Green+Blue) = 221+184+92=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB85C is #2247A3. Grayscale: #B8B8B8. Windows color (decimal): -2246564 or 6076637. OLE color: 6076637.
HSL color Cylindrical-coordinate representation of color #DDB85C: hue angle of 42.79º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDB85C is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 92 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.13 |
| HSL | 42.79º | 0.65% | 0.61% | - |
| HSV(B) | 42.79º | 0.58% | 0.87% | - |
| XYZ | 48.89 | 50.43 | 17.28 | - |
| YUV | 184.58 | 75.76 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 92 | 0 | 0.17 | 0.58 | 0.13 | 42.79 | 0.65 | 0.61 |
| Hex | DD | B8 | 5C | 0 | 11 | 3A | D | 2B | 41 | 3D |
| Octal | 335 | 270 | 134 | 0 | 21 | 72 | 15 | 53 | 101 | 75 |
| Binary | 11011101 | 10111000 | 1011100 | 0 | 10001 | 111010 | 1101 | 101011 | 1000001 | 111101 |
Color Harmonies of #DDB85C
Complementary color
Monochromatic Colors of #DDB85C
Black with #DDB85C
Text Example
Text Example
White with #DDB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB85C; }
p { color: rgb(221,184,92); }
H1.HeaderClassName
{
color: #DDB85C;
}
.AnyTagClassName
{
color: #DDB85C;
}
</style>
background-color css
<style>
a { background-color: #DDB85C; }
a { background-color: rgb(221,184,92); }
div.DivClassName
{
background-color: #DDB85C;
}
.BgClassName
{
background-color: #DDB85C;
}
</style>
border-color css
<style>
span { border-color: #DDB85C; }
span { border-color: rgb(221,184,92); }
td.TdClassName
{
border-color: #DDB85C;
}
.TagClassName
{
border-color: #DDB85C;
}
</style>