Shades of Equator #DDB163
Tints of Equator #DDB163
RGB
CMYK
RGB Variations
Color information
#DDB163 (or 0xDDB163) is known color: Equator. HEX triplet: DD, B1 and 63. RGB value is (221,177,99). Sum of RGB (Red+Green+Blue) = 221+177+99=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB163 is #224E9C. Grayscale: #B5B5B5. Windows color (decimal): -2248349 or 6533597. OLE color: 6533597.
HSL color Cylindrical-coordinate representation of color #DDB163: hue angle of 38.36º 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 #DDB163 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 99 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.13 |
| HSL | 38.36º | 0.64% | 0.63% | - |
| HSV(B) | 38.36º | 0.55% | 0.87% | - |
| XYZ | 47.79 | 47.72 | 18.5 | - |
| YUV | 181.26 | 81.58 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 99 | 0 | 0.20 | 0.55 | 0.13 | 38.36 | 0.64 | 0.63 |
| Hex | DD | B1 | 63 | 0 | 14 | 37 | D | 26 | 40 | 3F |
| Octal | 335 | 261 | 143 | 0 | 24 | 67 | 15 | 46 | 100 | 77 |
| Binary | 11011101 | 10110001 | 1100011 | 0 | 10100 | 110111 | 1101 | 100110 | 1000000 | 111111 |
Color Harmonies of #DDB163
Complementary color
Monochromatic Colors of #DDB163
Black with #DDB163
Text Example
Text Example
White with #DDB163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB163; }
p { color: rgb(221,177,99); }
H1.HeaderClassName
{
color: #DDB163;
}
.AnyTagClassName
{
color: #DDB163;
}
</style>
background-color css
<style>
a { background-color: #DDB163; }
a { background-color: rgb(221,177,99); }
div.DivClassName
{
background-color: #DDB163;
}
.BgClassName
{
background-color: #DDB163;
}
</style>
border-color css
<style>
span { border-color: #DDB163; }
span { border-color: rgb(221,177,99); }
td.TdClassName
{
border-color: #DDB163;
}
.TagClassName
{
border-color: #DDB163;
}
</style>