Shades of Equator #DDB55A
Tints of Equator #DDB55A
RGB
CMYK
RGB Variations
Color information
#DDB55A (or 0xDDB55A) is known color: Equator. HEX triplet: DD, B5 and 5A. RGB value is (221,181,90). Sum of RGB (Red+Green+Blue) = 221+181+90=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB55A is #224AA5. Grayscale: #B6B6B6. Windows color (decimal): -2247334 or 5944797. OLE color: 5944797.
HSL color Cylindrical-coordinate representation of color #DDB55A: hue angle of 41.68º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDB55A is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 90 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.13 |
| HSL | 41.68º | 0.66% | 0.61% | - |
| HSV(B) | 41.68º | 0.59% | 0.87% | - |
| XYZ | 48.19 | 49.16 | 16.62 | - |
| YUV | 182.59 | 75.75 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 90 | 0 | 0.18 | 0.59 | 0.13 | 41.68 | 0.66 | 0.61 |
| Hex | DD | B5 | 5A | 0 | 12 | 3B | D | 2A | 42 | 3D |
| Octal | 335 | 265 | 132 | 0 | 22 | 73 | 15 | 52 | 102 | 75 |
| Binary | 11011101 | 10110101 | 1011010 | 0 | 10010 | 111011 | 1101 | 101010 | 1000010 | 111101 |
Color Harmonies of #DDB55A
Complementary color
Monochromatic Colors of #DDB55A
Black with #DDB55A
Text Example
Text Example
White with #DDB55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB55A; }
p { color: rgb(221,181,90); }
H1.HeaderClassName
{
color: #DDB55A;
}
.AnyTagClassName
{
color: #DDB55A;
}
</style>
background-color css
<style>
a { background-color: #DDB55A; }
a { background-color: rgb(221,181,90); }
div.DivClassName
{
background-color: #DDB55A;
}
.BgClassName
{
background-color: #DDB55A;
}
</style>
border-color css
<style>
span { border-color: #DDB55A; }
span { border-color: rgb(221,181,90); }
td.TdClassName
{
border-color: #DDB55A;
}
.TagClassName
{
border-color: #DDB55A;
}
</style>