Shades of Equator #DDB36D
Tints of Equator #DDB36D
RGB
CMYK
RGB Variations
Color information
#DDB36D (or 0xDDB36D) is known color: Equator. HEX triplet: DD, B3 and 6D. RGB value is (221,179,109). Sum of RGB (Red+Green+Blue) = 221+179+109=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB36D is #224C92. Grayscale: #B7B7B7. Windows color (decimal): -2247827 or 7189469. OLE color: 7189469.
HSL color Cylindrical-coordinate representation of color #DDB36D: hue angle of 37.5º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDB36D is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 109 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.13 |
| HSL | 37.5º | 0.62% | 0.65% | - |
| HSV(B) | 37.5º | 0.51% | 0.87% | - |
| XYZ | 48.7 | 48.72 | 21.3 | - |
| YUV | 183.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 109 | 0 | 0.19 | 0.51 | 0.13 | 37.5 | 0.62 | 0.65 |
| Hex | DD | B3 | 6D | 0 | 13 | 33 | D | 26 | 3E | 41 |
| Octal | 335 | 263 | 155 | 0 | 23 | 63 | 15 | 46 | 76 | 101 |
| Binary | 11011101 | 10110011 | 1101101 | 0 | 10011 | 110011 | 1101 | 100110 | 111110 | 1000001 |
Color Harmonies of #DDB36D
Complementary color
Monochromatic Colors of #DDB36D
Black with #DDB36D
Text Example
Text Example
White with #DDB36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB36D; }
p { color: rgb(221,179,109); }
H1.HeaderClassName
{
color: #DDB36D;
}
.AnyTagClassName
{
color: #DDB36D;
}
</style>
background-color css
<style>
a { background-color: #DDB36D; }
a { background-color: rgb(221,179,109); }
div.DivClassName
{
background-color: #DDB36D;
}
.BgClassName
{
background-color: #DDB36D;
}
</style>
border-color css
<style>
span { border-color: #DDB36D; }
span { border-color: rgb(221,179,109); }
td.TdClassName
{
border-color: #DDB36D;
}
.TagClassName
{
border-color: #DDB36D;
}
</style>