Shades of Equator #DDB45A
Tints of Equator #DDB45A
RGB
CMYK
RGB Variations
Color information
#DDB45A (or 0xDDB45A) is known color: Equator. HEX triplet: DD, B4 and 5A. RGB value is (221,180,90). Sum of RGB (Red+Green+Blue) = 221+180+90=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB45A is #224BA5. Grayscale: #B6B6B6. Windows color (decimal): -2247590 or 5944541. OLE color: 5944541.
HSL color Cylindrical-coordinate representation of color #DDB45A: hue angle of 41.22º 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 #DDB45A is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 90 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.13 |
| HSL | 41.22º | 0.66% | 0.61% | - |
| HSV(B) | 41.22º | 0.59% | 0.87% | - |
| XYZ | 47.99 | 48.75 | 16.55 | - |
| YUV | 182 | 76.08 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 90 | 0 | 0.19 | 0.59 | 0.13 | 41.22 | 0.66 | 0.61 |
| Hex | DD | B4 | 5A | 0 | 13 | 3B | D | 29 | 42 | 3D |
| Octal | 335 | 264 | 132 | 0 | 23 | 73 | 15 | 51 | 102 | 75 |
| Binary | 11011101 | 10110100 | 1011010 | 0 | 10011 | 111011 | 1101 | 101001 | 1000010 | 111101 |
Color Harmonies of #DDB45A
Complementary color
Monochromatic Colors of #DDB45A
Black with #DDB45A
Text Example
Text Example
White with #DDB45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB45A; }
p { color: rgb(221,180,90); }
H1.HeaderClassName
{
color: #DDB45A;
}
.AnyTagClassName
{
color: #DDB45A;
}
</style>
background-color css
<style>
a { background-color: #DDB45A; }
a { background-color: rgb(221,180,90); }
div.DivClassName
{
background-color: #DDB45A;
}
.BgClassName
{
background-color: #DDB45A;
}
</style>
border-color css
<style>
span { border-color: #DDB45A; }
span { border-color: rgb(221,180,90); }
td.TdClassName
{
border-color: #DDB45A;
}
.TagClassName
{
border-color: #DDB45A;
}
</style>