Shades of Equator #DDBB65
Tints of Equator #DDBB65
RGB
CMYK
RGB Variations
Color information
#DDBB65 (or 0xDDBB65) is known color: Equator. HEX triplet: DD, BB and 65. RGB value is (221,187,101). Sum of RGB (Red+Green+Blue) = 221+187+101=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB65 is #22449A. Grayscale: #BBBBBB. Windows color (decimal): -2245787 or 6667229. OLE color: 6667229.
HSL color Cylindrical-coordinate representation of color #DDBB65: hue angle of 43º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDBB65 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 101 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.13 |
| HSL | 43º | 0.64% | 0.63% | - |
| HSV(B) | 43º | 0.54% | 0.87% | - |
| XYZ | 49.94 | 51.85 | 19.69 | - |
| YUV | 187.36 | 79.26 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 101 | 0 | 0.15 | 0.54 | 0.13 | 43 | 0.64 | 0.63 |
| Hex | DD | BB | 65 | 0 | F | 36 | D | 2B | 40 | 3F |
| Octal | 335 | 273 | 145 | 0 | 17 | 66 | 15 | 53 | 100 | 77 |
| Binary | 11011101 | 10111011 | 1100101 | 0 | 1111 | 110110 | 1101 | 101011 | 1000000 | 111111 |
Color Harmonies of #DDBB65
Complementary color
Monochromatic Colors of #DDBB65
Black with #DDBB65
Text Example
Text Example
White with #DDBB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB65; }
p { color: rgb(221,187,101); }
H1.HeaderClassName
{
color: #DDBB65;
}
.AnyTagClassName
{
color: #DDBB65;
}
</style>
background-color css
<style>
a { background-color: #DDBB65; }
a { background-color: rgb(221,187,101); }
div.DivClassName
{
background-color: #DDBB65;
}
.BgClassName
{
background-color: #DDBB65;
}
</style>
border-color css
<style>
span { border-color: #DDBB65; }
span { border-color: rgb(221,187,101); }
td.TdClassName
{
border-color: #DDBB65;
}
.TagClassName
{
border-color: #DDBB65;
}
</style>