Shades of Equator #DDBB64
Tints of Equator #DDBB64
RGB
CMYK
RGB Variations
Color information
#DDBB64 (or 0xDDBB64) is known color: Equator. HEX triplet: DD, BB and 64. RGB value is (221,187,100). Sum of RGB (Red+Green+Blue) = 221+187+100=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB64 is #22449B. Grayscale: #BBBBBB. Windows color (decimal): -2245788 or 6601693. OLE color: 6601693.
HSL color Cylindrical-coordinate representation of color #DDBB64: hue angle of 43.14º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDBB64 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 100 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.13 |
| HSL | 43.14º | 0.64% | 0.63% | - |
| HSV(B) | 43.14º | 0.55% | 0.87% | - |
| XYZ | 49.89 | 51.83 | 19.43 | - |
| YUV | 187.25 | 78.76 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 100 | 0 | 0.15 | 0.55 | 0.13 | 43.14 | 0.64 | 0.63 |
| Hex | DD | BB | 64 | 0 | F | 37 | D | 2B | 40 | 3F |
| Octal | 335 | 273 | 144 | 0 | 17 | 67 | 15 | 53 | 100 | 77 |
| Binary | 11011101 | 10111011 | 1100100 | 0 | 1111 | 110111 | 1101 | 101011 | 1000000 | 111111 |
Color Harmonies of #DDBB64
Complementary color
Monochromatic Colors of #DDBB64
Black with #DDBB64
Text Example
Text Example
White with #DDBB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB64; }
p { color: rgb(221,187,100); }
H1.HeaderClassName
{
color: #DDBB64;
}
.AnyTagClassName
{
color: #DDBB64;
}
</style>
background-color css
<style>
a { background-color: #DDBB64; }
a { background-color: rgb(221,187,100); }
div.DivClassName
{
background-color: #DDBB64;
}
.BgClassName
{
background-color: #DDBB64;
}
</style>
border-color css
<style>
span { border-color: #DDBB64; }
span { border-color: rgb(221,187,100); }
td.TdClassName
{
border-color: #DDBB64;
}
.TagClassName
{
border-color: #DDBB64;
}
</style>