Shades of Equator #DDB75F
Tints of Equator #DDB75F
RGB
CMYK
RGB Variations
Color information
#DDB75F (or 0xDDB75F) is known color: Equator. HEX triplet: DD, B7 and 5F. RGB value is (221,183,95). Sum of RGB (Red+Green+Blue) = 221+183+95=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB75F is #2248A0. Grayscale: #B8B8B8. Windows color (decimal): -2246817 or 6272989. OLE color: 6272989.
HSL color Cylindrical-coordinate representation of color #DDB75F: hue angle of 41.9º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDB75F is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 95 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.13 |
| HSL | 41.9º | 0.65% | 0.62% | - |
| HSV(B) | 41.9º | 0.57% | 0.87% | - |
| XYZ | 48.82 | 50.07 | 17.92 | - |
| YUV | 184.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 95 | 0 | 0.17 | 0.57 | 0.13 | 41.9 | 0.65 | 0.62 |
| Hex | DD | B7 | 5F | 0 | 11 | 39 | D | 2A | 41 | 3E |
| Octal | 335 | 267 | 137 | 0 | 21 | 71 | 15 | 52 | 101 | 76 |
| Binary | 11011101 | 10110111 | 1011111 | 0 | 10001 | 111001 | 1101 | 101010 | 1000001 | 111110 |
Color Harmonies of #DDB75F
Complementary color
Monochromatic Colors of #DDB75F
Black with #DDB75F
Text Example
Text Example
White with #DDB75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB75F; }
p { color: rgb(221,183,95); }
H1.HeaderClassName
{
color: #DDB75F;
}
.AnyTagClassName
{
color: #DDB75F;
}
</style>
background-color css
<style>
a { background-color: #DDB75F; }
a { background-color: rgb(221,183,95); }
div.DivClassName
{
background-color: #DDB75F;
}
.BgClassName
{
background-color: #DDB75F;
}
</style>
border-color css
<style>
span { border-color: #DDB75F; }
span { border-color: rgb(221,183,95); }
td.TdClassName
{
border-color: #DDB75F;
}
.TagClassName
{
border-color: #DDB75F;
}
</style>