Shades of Equator #DDB75D
Tints of Equator #DDB75D
RGB
CMYK
RGB Variations
Color information
#DDB75D (or 0xDDB75D) is known color: Equator. HEX triplet: DD, B7 and 5D. RGB value is (221,183,93). Sum of RGB (Red+Green+Blue) = 221+183+93=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB75D is #2248A2. Grayscale: #B8B8B8. Windows color (decimal): -2246819 or 6141917. OLE color: 6141917.
HSL color Cylindrical-coordinate representation of color #DDB75D: hue angle of 42.19º 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 #DDB75D is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 93 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.13 |
| HSL | 42.19º | 0.65% | 0.62% | - |
| HSV(B) | 42.19º | 0.58% | 0.87% | - |
| XYZ | 48.73 | 50.03 | 17.44 | - |
| YUV | 184.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 93 | 0 | 0.17 | 0.58 | 0.13 | 42.19 | 0.65 | 0.62 |
| Hex | DD | B7 | 5D | 0 | 11 | 3A | D | 2A | 41 | 3E |
| Octal | 335 | 267 | 135 | 0 | 21 | 72 | 15 | 52 | 101 | 76 |
| Binary | 11011101 | 10110111 | 1011101 | 0 | 10001 | 111010 | 1101 | 101010 | 1000001 | 111110 |
Color Harmonies of #DDB75D
Complementary color
Monochromatic Colors of #DDB75D
Black with #DDB75D
Text Example
Text Example
White with #DDB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB75D; }
p { color: rgb(221,183,93); }
H1.HeaderClassName
{
color: #DDB75D;
}
.AnyTagClassName
{
color: #DDB75D;
}
</style>
background-color css
<style>
a { background-color: #DDB75D; }
a { background-color: rgb(221,183,93); }
div.DivClassName
{
background-color: #DDB75D;
}
.BgClassName
{
background-color: #DDB75D;
}
</style>
border-color css
<style>
span { border-color: #DDB75D; }
span { border-color: rgb(221,183,93); }
td.TdClassName
{
border-color: #DDB75D;
}
.TagClassName
{
border-color: #DDB75D;
}
</style>