Shades of Equator #DDB962
Tints of Equator #DDB962
RGB
CMYK
RGB Variations
Color information
#DDB962 (or 0xDDB962) is known color: Equator. HEX triplet: DD, B9 and 62. RGB value is (221,185,98). Sum of RGB (Red+Green+Blue) = 221+185+98=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB962 is #22469D. Grayscale: #BABABA. Windows color (decimal): -2246302 or 6470109. OLE color: 6470109.
HSL color Cylindrical-coordinate representation of color #DDB962: hue angle of 42.44º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDB962 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 98 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.13 |
| HSL | 42.44º | 0.64% | 0.63% | - |
| HSV(B) | 42.44º | 0.56% | 0.87% | - |
| XYZ | 49.37 | 50.95 | 18.79 | - |
| YUV | 185.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 98 | 0 | 0.16 | 0.56 | 0.13 | 42.44 | 0.64 | 0.63 |
| Hex | DD | B9 | 62 | 0 | 10 | 38 | D | 2A | 40 | 3F |
| Octal | 335 | 271 | 142 | 0 | 20 | 70 | 15 | 52 | 100 | 77 |
| Binary | 11011101 | 10111001 | 1100010 | 0 | 10000 | 111000 | 1101 | 101010 | 1000000 | 111111 |
Color Harmonies of #DDB962
Complementary color
Monochromatic Colors of #DDB962
Black with #DDB962
Text Example
Text Example
White with #DDB962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB962; }
p { color: rgb(221,185,98); }
H1.HeaderClassName
{
color: #DDB962;
}
.AnyTagClassName
{
color: #DDB962;
}
</style>
background-color css
<style>
a { background-color: #DDB962; }
a { background-color: rgb(221,185,98); }
div.DivClassName
{
background-color: #DDB962;
}
.BgClassName
{
background-color: #DDB962;
}
</style>
border-color css
<style>
span { border-color: #DDB962; }
span { border-color: rgb(221,185,98); }
td.TdClassName
{
border-color: #DDB962;
}
.TagClassName
{
border-color: #DDB962;
}
</style>