Shades of Equator #DDB25D
Tints of Equator #DDB25D
RGB
CMYK
RGB Variations
Color information
#DDB25D (or 0xDDB25D) is known color: Equator. HEX triplet: DD, B2 and 5D. RGB value is (221,178,93). Sum of RGB (Red+Green+Blue) = 221+178+93=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB25D is #224DA2. Grayscale: #B5B5B5. Windows color (decimal): -2248099 or 6140637. OLE color: 6140637.
HSL color Cylindrical-coordinate representation of color #DDB25D: hue angle of 39.84º 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 #DDB25D is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 93 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.13 |
| HSL | 39.84º | 0.65% | 0.62% | - |
| HSV(B) | 39.84º | 0.58% | 0.87% | - |
| XYZ | 47.71 | 48 | 17.11 | - |
| YUV | 181.17 | 78.25 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 93 | 0 | 0.19 | 0.58 | 0.13 | 39.84 | 0.65 | 0.62 |
| Hex | DD | B2 | 5D | 0 | 13 | 3A | D | 28 | 41 | 3E |
| Octal | 335 | 262 | 135 | 0 | 23 | 72 | 15 | 50 | 101 | 76 |
| Binary | 11011101 | 10110010 | 1011101 | 0 | 10011 | 111010 | 1101 | 101000 | 1000001 | 111110 |
Color Harmonies of #DDB25D
Complementary color
Monochromatic Colors of #DDB25D
Black with #DDB25D
Text Example
Text Example
White with #DDB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB25D; }
p { color: rgb(221,178,93); }
H1.HeaderClassName
{
color: #DDB25D;
}
.AnyTagClassName
{
color: #DDB25D;
}
</style>
background-color css
<style>
a { background-color: #DDB25D; }
a { background-color: rgb(221,178,93); }
div.DivClassName
{
background-color: #DDB25D;
}
.BgClassName
{
background-color: #DDB25D;
}
</style>
border-color css
<style>
span { border-color: #DDB25D; }
span { border-color: rgb(221,178,93); }
td.TdClassName
{
border-color: #DDB25D;
}
.TagClassName
{
border-color: #DDB25D;
}
</style>