Shades of Equator #DDB25B
Tints of Equator #DDB25B
RGB
CMYK
RGB Variations
Color information
#DDB25B (or 0xDDB25B) is known color: Equator. HEX triplet: DD, B2 and 5B. RGB value is (221,178,91). Sum of RGB (Red+Green+Blue) = 221+178+91=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB25B is #224DA4. Grayscale: #B5B5B5. Windows color (decimal): -2248101 or 6009565. OLE color: 6009565.
HSL color Cylindrical-coordinate representation of color #DDB25B: hue angle of 40.15º 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 #DDB25B is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 91 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.13 |
| HSL | 40.15º | 0.66% | 0.61% | - |
| HSV(B) | 40.15º | 0.59% | 0.87% | - |
| XYZ | 47.63 | 47.97 | 16.65 | - |
| YUV | 180.94 | 77.25 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 91 | 0 | 0.19 | 0.59 | 0.13 | 40.15 | 0.66 | 0.61 |
| Hex | DD | B2 | 5B | 0 | 13 | 3B | D | 28 | 42 | 3D |
| Octal | 335 | 262 | 133 | 0 | 23 | 73 | 15 | 50 | 102 | 75 |
| Binary | 11011101 | 10110010 | 1011011 | 0 | 10011 | 111011 | 1101 | 101000 | 1000010 | 111101 |
Color Harmonies of #DDB25B
Complementary color
Monochromatic Colors of #DDB25B
Black with #DDB25B
Text Example
Text Example
White with #DDB25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB25B; }
p { color: rgb(221,178,91); }
H1.HeaderClassName
{
color: #DDB25B;
}
.AnyTagClassName
{
color: #DDB25B;
}
</style>
background-color css
<style>
a { background-color: #DDB25B; }
a { background-color: rgb(221,178,91); }
div.DivClassName
{
background-color: #DDB25B;
}
.BgClassName
{
background-color: #DDB25B;
}
</style>
border-color css
<style>
span { border-color: #DDB25B; }
span { border-color: rgb(221,178,91); }
td.TdClassName
{
border-color: #DDB25B;
}
.TagClassName
{
border-color: #DDB25B;
}
</style>