Shades of Equator #DDB35E
Tints of Equator #DDB35E
RGB
CMYK
RGB Variations
Color information
#DDB35E (or 0xDDB35E) is known color: Equator. HEX triplet: DD, B3 and 5E. RGB value is (221,179,94). Sum of RGB (Red+Green+Blue) = 221+179+94=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB35E is #224CA1. Grayscale: #B6B6B6. Windows color (decimal): -2247842 or 6206429. OLE color: 6206429.
HSL color Cylindrical-coordinate representation of color #DDB35E: hue angle of 40.16º 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 #DDB35E is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 94 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.13 |
| HSL | 40.16º | 0.65% | 0.62% | - |
| HSV(B) | 40.16º | 0.57% | 0.87% | - |
| XYZ | 47.96 | 48.42 | 17.41 | - |
| YUV | 181.87 | 78.41 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 94 | 0 | 0.19 | 0.57 | 0.13 | 40.16 | 0.65 | 0.62 |
| Hex | DD | B3 | 5E | 0 | 13 | 39 | D | 28 | 41 | 3E |
| Octal | 335 | 263 | 136 | 0 | 23 | 71 | 15 | 50 | 101 | 76 |
| Binary | 11011101 | 10110011 | 1011110 | 0 | 10011 | 111001 | 1101 | 101000 | 1000001 | 111110 |
Color Harmonies of #DDB35E
Complementary color
Monochromatic Colors of #DDB35E
Black with #DDB35E
Text Example
Text Example
White with #DDB35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB35E; }
p { color: rgb(221,179,94); }
H1.HeaderClassName
{
color: #DDB35E;
}
.AnyTagClassName
{
color: #DDB35E;
}
</style>
background-color css
<style>
a { background-color: #DDB35E; }
a { background-color: rgb(221,179,94); }
div.DivClassName
{
background-color: #DDB35E;
}
.BgClassName
{
background-color: #DDB35E;
}
</style>
border-color css
<style>
span { border-color: #DDB35E; }
span { border-color: rgb(221,179,94); }
td.TdClassName
{
border-color: #DDB35E;
}
.TagClassName
{
border-color: #DDB35E;
}
</style>