Shades of Equator #DDBB67
Tints of Equator #DDBB67
RGB
CMYK
RGB Variations
Color information
#DDBB67 (or 0xDDBB67) is known color: Equator. HEX triplet: DD, BB and 67. RGB value is (221,187,103). Sum of RGB (Red+Green+Blue) = 221+187+103=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB67 is #224498. Grayscale: #BBBBBB. Windows color (decimal): -2245785 or 6798301. OLE color: 6798301.
HSL color Cylindrical-coordinate representation of color #DDBB67: hue angle of 42.71º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDBB67 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 103 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.13 |
| HSL | 42.71º | 0.63% | 0.64% | - |
| HSV(B) | 42.71º | 0.53% | 0.87% | - |
| XYZ | 50.04 | 51.89 | 20.21 | - |
| YUV | 187.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 103 | 0 | 0.15 | 0.53 | 0.13 | 42.71 | 0.63 | 0.64 |
| Hex | DD | BB | 67 | 0 | F | 35 | D | 2B | 3F | 40 |
| Octal | 335 | 273 | 147 | 0 | 17 | 65 | 15 | 53 | 77 | 100 |
| Binary | 11011101 | 10111011 | 1100111 | 0 | 1111 | 110101 | 1101 | 101011 | 111111 | 1000000 |
Color Harmonies of #DDBB67
Complementary color
Monochromatic Colors of #DDBB67
Black with #DDBB67
Text Example
Text Example
White with #DDBB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB67; }
p { color: rgb(221,187,103); }
H1.HeaderClassName
{
color: #DDBB67;
}
.AnyTagClassName
{
color: #DDBB67;
}
</style>
background-color css
<style>
a { background-color: #DDBB67; }
a { background-color: rgb(221,187,103); }
div.DivClassName
{
background-color: #DDBB67;
}
.BgClassName
{
background-color: #DDBB67;
}
</style>
border-color css
<style>
span { border-color: #DDBB67; }
span { border-color: rgb(221,187,103); }
td.TdClassName
{
border-color: #DDBB67;
}
.TagClassName
{
border-color: #DDBB67;
}
</style>