Shades of Equator #DDB761
Tints of Equator #DDB761
RGB
CMYK
RGB Variations
Color information
#DDB761 (or 0xDDB761) is known color: Equator. HEX triplet: DD, B7 and 61. RGB value is (221,183,97). Sum of RGB (Red+Green+Blue) = 221+183+97=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB761 is #22489E. Grayscale: #B8B8B8. Windows color (decimal): -2246815 or 6404061. OLE color: 6404061.
HSL color Cylindrical-coordinate representation of color #DDB761: hue angle of 41.61º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDB761 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 97 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.13 |
| HSL | 41.61º | 0.65% | 0.62% | - |
| HSV(B) | 41.61º | 0.56% | 0.87% | - |
| XYZ | 48.91 | 50.1 | 18.4 | - |
| YUV | 184.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 97 | 0 | 0.17 | 0.56 | 0.13 | 41.61 | 0.65 | 0.62 |
| Hex | DD | B7 | 61 | 0 | 11 | 38 | D | 2A | 41 | 3E |
| Octal | 335 | 267 | 141 | 0 | 21 | 70 | 15 | 52 | 101 | 76 |
| Binary | 11011101 | 10110111 | 1100001 | 0 | 10001 | 111000 | 1101 | 101010 | 1000001 | 111110 |
Color Harmonies of #DDB761
Complementary color
Monochromatic Colors of #DDB761
Black with #DDB761
Text Example
Text Example
White with #DDB761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB761; }
p { color: rgb(221,183,97); }
H1.HeaderClassName
{
color: #DDB761;
}
.AnyTagClassName
{
color: #DDB761;
}
</style>
background-color css
<style>
a { background-color: #DDB761; }
a { background-color: rgb(221,183,97); }
div.DivClassName
{
background-color: #DDB761;
}
.BgClassName
{
background-color: #DDB761;
}
</style>
border-color css
<style>
span { border-color: #DDB761; }
span { border-color: rgb(221,183,97); }
td.TdClassName
{
border-color: #DDB761;
}
.TagClassName
{
border-color: #DDB761;
}
</style>