Shades of Equator #DDA862
Tints of Equator #DDA862
RGB
CMYK
RGB Variations
Color information
#DDA862 (or 0xDDA862) is known color: Equator. HEX triplet: DD, A8 and 62. RGB value is (221,168,98). Sum of RGB (Red+Green+Blue) = 221+168+98=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA862 is #22579D. Grayscale: #B0B0B0. Windows color (decimal): -2250654 or 6465757. OLE color: 6465757.
HSL color Cylindrical-coordinate representation of color #DDA862: hue angle of 34.15º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDA862 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 98 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.13 |
| HSL | 34.15º | 0.64% | 0.63% | - |
| HSV(B) | 34.15º | 0.56% | 0.87% | - |
| XYZ | 46.03 | 44.26 | 17.67 | - |
| YUV | 175.87 | 84.06 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 98 | 0 | 0.24 | 0.56 | 0.13 | 34.15 | 0.64 | 0.63 |
| Hex | DD | A8 | 62 | 0 | 18 | 38 | D | 22 | 40 | 3F |
| Octal | 335 | 250 | 142 | 0 | 30 | 70 | 15 | 42 | 100 | 77 |
| Binary | 11011101 | 10101000 | 1100010 | 0 | 11000 | 111000 | 1101 | 100010 | 1000000 | 111111 |
Color Harmonies of #DDA862
Complementary color
Monochromatic Colors of #DDA862
Black with #DDA862
Text Example
Text Example
White with #DDA862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA862; }
p { color: rgb(221,168,98); }
H1.HeaderClassName
{
color: #DDA862;
}
.AnyTagClassName
{
color: #DDA862;
}
</style>
background-color css
<style>
a { background-color: #DDA862; }
a { background-color: rgb(221,168,98); }
div.DivClassName
{
background-color: #DDA862;
}
.BgClassName
{
background-color: #DDA862;
}
</style>
border-color css
<style>
span { border-color: #DDA862; }
span { border-color: rgb(221,168,98); }
td.TdClassName
{
border-color: #DDA862;
}
.TagClassName
{
border-color: #DDA862;
}
</style>