Shades of Equator #DDB45C
Tints of Equator #DDB45C
RGB
CMYK
RGB Variations
Color information
#DDB45C (or 0xDDB45C) is known color: Equator. HEX triplet: DD, B4 and 5C. RGB value is (221,180,92). Sum of RGB (Red+Green+Blue) = 221+180+92=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB45C is #224BA3. Grayscale: #B6B6B6. Windows color (decimal): -2247588 or 6075613. OLE color: 6075613.
HSL color Cylindrical-coordinate representation of color #DDB45C: hue angle of 40.93º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDB45C is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 92 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.13 |
| HSL | 40.93º | 0.65% | 0.61% | - |
| HSV(B) | 40.93º | 0.58% | 0.87% | - |
| XYZ | 48.07 | 48.79 | 17.01 | - |
| YUV | 182.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 92 | 0 | 0.19 | 0.58 | 0.13 | 40.93 | 0.65 | 0.61 |
| Hex | DD | B4 | 5C | 0 | 13 | 3A | D | 29 | 41 | 3D |
| Octal | 335 | 264 | 134 | 0 | 23 | 72 | 15 | 51 | 101 | 75 |
| Binary | 11011101 | 10110100 | 1011100 | 0 | 10011 | 111010 | 1101 | 101001 | 1000001 | 111101 |
Color Harmonies of #DDB45C
Complementary color
Monochromatic Colors of #DDB45C
Black with #DDB45C
Text Example
Text Example
White with #DDB45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB45C; }
p { color: rgb(221,180,92); }
H1.HeaderClassName
{
color: #DDB45C;
}
.AnyTagClassName
{
color: #DDB45C;
}
</style>
background-color css
<style>
a { background-color: #DDB45C; }
a { background-color: rgb(221,180,92); }
div.DivClassName
{
background-color: #DDB45C;
}
.BgClassName
{
background-color: #DDB45C;
}
</style>
border-color css
<style>
span { border-color: #DDB45C; }
span { border-color: rgb(221,180,92); }
td.TdClassName
{
border-color: #DDB45C;
}
.TagClassName
{
border-color: #DDB45C;
}
</style>