Shades of Equator #DDB663
Tints of Equator #DDB663
RGB
CMYK
RGB Variations
Color information
#DDB663 (or 0xDDB663) is known color: Equator. HEX triplet: DD, B6 and 63. RGB value is (221,182,99). Sum of RGB (Red+Green+Blue) = 221+182+99=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB663 is #22499C. Grayscale: #B8B8B8. Windows color (decimal): -2247069 or 6534877. OLE color: 6534877.
HSL color Cylindrical-coordinate representation of color #DDB663: hue angle of 40.82º 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 #DDB663 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 99 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.13 |
| HSL | 40.82º | 0.64% | 0.63% | - |
| HSV(B) | 40.82º | 0.55% | 0.87% | - |
| XYZ | 48.8 | 49.73 | 18.83 | - |
| YUV | 184.2 | 79.92 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 99 | 0 | 0.18 | 0.55 | 0.13 | 40.82 | 0.64 | 0.63 |
| Hex | DD | B6 | 63 | 0 | 12 | 37 | D | 29 | 40 | 3F |
| Octal | 335 | 266 | 143 | 0 | 22 | 67 | 15 | 51 | 100 | 77 |
| Binary | 11011101 | 10110110 | 1100011 | 0 | 10010 | 110111 | 1101 | 101001 | 1000000 | 111111 |
Color Harmonies of #DDB663
Complementary color
Monochromatic Colors of #DDB663
Black with #DDB663
Text Example
Text Example
White with #DDB663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB663; }
p { color: rgb(221,182,99); }
H1.HeaderClassName
{
color: #DDB663;
}
.AnyTagClassName
{
color: #DDB663;
}
</style>
background-color css
<style>
a { background-color: #DDB663; }
a { background-color: rgb(221,182,99); }
div.DivClassName
{
background-color: #DDB663;
}
.BgClassName
{
background-color: #DDB663;
}
</style>
border-color css
<style>
span { border-color: #DDB663; }
span { border-color: rgb(221,182,99); }
td.TdClassName
{
border-color: #DDB663;
}
.TagClassName
{
border-color: #DDB663;
}
</style>