Shades of Equator #DDB35A
Tints of Equator #DDB35A
RGB
CMYK
RGB Variations
Color information
#DDB35A (or 0xDDB35A) is known color: Equator. HEX triplet: DD, B3 and 5A. RGB value is (221,179,90). Sum of RGB (Red+Green+Blue) = 221+179+90=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB35A is #224CA5. Grayscale: #B5B5B5. Windows color (decimal): -2247846 or 5944285. OLE color: 5944285.
HSL color Cylindrical-coordinate representation of color #DDB35A: hue angle of 40.76º 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 #DDB35A is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 90 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.13 |
| HSL | 40.76º | 0.66% | 0.61% | - |
| HSV(B) | 40.76º | 0.59% | 0.87% | - |
| XYZ | 47.78 | 48.35 | 16.49 | - |
| YUV | 181.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 90 | 0 | 0.19 | 0.59 | 0.13 | 40.76 | 0.66 | 0.61 |
| Hex | DD | B3 | 5A | 0 | 13 | 3B | D | 29 | 42 | 3D |
| Octal | 335 | 263 | 132 | 0 | 23 | 73 | 15 | 51 | 102 | 75 |
| Binary | 11011101 | 10110011 | 1011010 | 0 | 10011 | 111011 | 1101 | 101001 | 1000010 | 111101 |
Color Harmonies of #DDB35A
Complementary color
Monochromatic Colors of #DDB35A
Black with #DDB35A
Text Example
Text Example
White with #DDB35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB35A; }
p { color: rgb(221,179,90); }
H1.HeaderClassName
{
color: #DDB35A;
}
.AnyTagClassName
{
color: #DDB35A;
}
</style>
background-color css
<style>
a { background-color: #DDB35A; }
a { background-color: rgb(221,179,90); }
div.DivClassName
{
background-color: #DDB35A;
}
.BgClassName
{
background-color: #DDB35A;
}
</style>
border-color css
<style>
span { border-color: #DDB35A; }
span { border-color: rgb(221,179,90); }
td.TdClassName
{
border-color: #DDB35A;
}
.TagClassName
{
border-color: #DDB35A;
}
</style>