Shades of Equator #DDB45D
Tints of Equator #DDB45D
RGB
CMYK
RGB Variations
Color information
#DDB45D (or 0xDDB45D) is known color: Equator. HEX triplet: DD, B4 and 5D. RGB value is (221,180,93). Sum of RGB (Red+Green+Blue) = 221+180+93=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB45D is #224BA2. Grayscale: #B6B6B6. Windows color (decimal): -2247587 or 6141149. OLE color: 6141149.
HSL color Cylindrical-coordinate representation of color #DDB45D: hue angle of 40.78º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDB45D is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 93 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.13 |
| HSL | 40.78º | 0.65% | 0.62% | - |
| HSV(B) | 40.78º | 0.58% | 0.87% | - |
| XYZ | 48.12 | 48.8 | 17.24 | - |
| YUV | 182.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 93 | 0 | 0.19 | 0.58 | 0.13 | 40.78 | 0.65 | 0.62 |
| Hex | DD | B4 | 5D | 0 | 13 | 3A | D | 29 | 41 | 3E |
| Octal | 335 | 264 | 135 | 0 | 23 | 72 | 15 | 51 | 101 | 76 |
| Binary | 11011101 | 10110100 | 1011101 | 0 | 10011 | 111010 | 1101 | 101001 | 1000001 | 111110 |
Color Harmonies of #DDB45D
Complementary color
Monochromatic Colors of #DDB45D
Black with #DDB45D
Text Example
Text Example
White with #DDB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB45D; }
p { color: rgb(221,180,93); }
H1.HeaderClassName
{
color: #DDB45D;
}
.AnyTagClassName
{
color: #DDB45D;
}
</style>
background-color css
<style>
a { background-color: #DDB45D; }
a { background-color: rgb(221,180,93); }
div.DivClassName
{
background-color: #DDB45D;
}
.BgClassName
{
background-color: #DDB45D;
}
</style>
border-color css
<style>
span { border-color: #DDB45D; }
span { border-color: rgb(221,180,93); }
td.TdClassName
{
border-color: #DDB45D;
}
.TagClassName
{
border-color: #DDB45D;
}
</style>