Shades of Equator #DDA864
Tints of Equator #DDA864
RGB
CMYK
RGB Variations
Color information
#DDA864 (or 0xDDA864) is known color: Equator. HEX triplet: DD, A8 and 64. RGB value is (221,168,100). Sum of RGB (Red+Green+Blue) = 221+168+100=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA864 is #22579B. Grayscale: #B0B0B0. Windows color (decimal): -2250652 or 6596829. OLE color: 6596829.
HSL color Cylindrical-coordinate representation of color #DDA864: hue angle of 33.72º 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 #DDA864 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 100 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.13 |
| HSL | 33.72º | 0.64% | 0.63% | - |
| HSV(B) | 33.72º | 0.55% | 0.87% | - |
| XYZ | 46.12 | 44.3 | 18.18 | - |
| YUV | 176.1 | 85.06 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 100 | 0 | 0.24 | 0.55 | 0.13 | 33.72 | 0.64 | 0.63 |
| Hex | DD | A8 | 64 | 0 | 18 | 37 | D | 22 | 40 | 3F |
| Octal | 335 | 250 | 144 | 0 | 30 | 67 | 15 | 42 | 100 | 77 |
| Binary | 11011101 | 10101000 | 1100100 | 0 | 11000 | 110111 | 1101 | 100010 | 1000000 | 111111 |
Color Harmonies of #DDA864
Complementary color
Monochromatic Colors of #DDA864
Black with #DDA864
Text Example
Text Example
White with #DDA864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA864; }
p { color: rgb(221,168,100); }
H1.HeaderClassName
{
color: #DDA864;
}
.AnyTagClassName
{
color: #DDA864;
}
</style>
background-color css
<style>
a { background-color: #DDA864; }
a { background-color: rgb(221,168,100); }
div.DivClassName
{
background-color: #DDA864;
}
.BgClassName
{
background-color: #DDA864;
}
</style>
border-color css
<style>
span { border-color: #DDA864; }
span { border-color: rgb(221,168,100); }
td.TdClassName
{
border-color: #DDA864;
}
.TagClassName
{
border-color: #DDA864;
}
</style>