Shades of Equator #DDB05D
Tints of Equator #DDB05D
RGB
CMYK
RGB Variations
Color information
#DDB05D (or 0xDDB05D) is known color: Equator. HEX triplet: DD, B0 and 5D. RGB value is (221,176,93). Sum of RGB (Red+Green+Blue) = 221+176+93=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB05D is #224FA2. Grayscale: #B4B4B4. Windows color (decimal): -2248611 or 6140125. OLE color: 6140125.
HSL color Cylindrical-coordinate representation of color #DDB05D: hue angle of 38.91º 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 #DDB05D is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 93 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.13 |
| HSL | 38.91º | 0.65% | 0.62% | - |
| HSV(B) | 38.91º | 0.58% | 0.87% | - |
| XYZ | 47.32 | 47.21 | 16.97 | - |
| YUV | 179.99 | 78.91 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 93 | 0 | 0.20 | 0.58 | 0.13 | 38.91 | 0.65 | 0.62 |
| Hex | DD | B0 | 5D | 0 | 14 | 3A | D | 27 | 41 | 3E |
| Octal | 335 | 260 | 135 | 0 | 24 | 72 | 15 | 47 | 101 | 76 |
| Binary | 11011101 | 10110000 | 1011101 | 0 | 10100 | 111010 | 1101 | 100111 | 1000001 | 111110 |
Color Harmonies of #DDB05D
Complementary color
Monochromatic Colors of #DDB05D
Black with #DDB05D
Text Example
Text Example
White with #DDB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB05D; }
p { color: rgb(221,176,93); }
H1.HeaderClassName
{
color: #DDB05D;
}
.AnyTagClassName
{
color: #DDB05D;
}
</style>
background-color css
<style>
a { background-color: #DDB05D; }
a { background-color: rgb(221,176,93); }
div.DivClassName
{
background-color: #DDB05D;
}
.BgClassName
{
background-color: #DDB05D;
}
</style>
border-color css
<style>
span { border-color: #DDB05D; }
span { border-color: rgb(221,176,93); }
td.TdClassName
{
border-color: #DDB05D;
}
.TagClassName
{
border-color: #DDB05D;
}
</style>