Shades of Equator #DDB062
Tints of Equator #DDB062
RGB
CMYK
RGB Variations
Color information
#DDB062 (or 0xDDB062) is known color: Equator. HEX triplet: DD, B0 and 62. RGB value is (221,176,98). Sum of RGB (Red+Green+Blue) = 221+176+98=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB062 is #224F9D. Grayscale: #B4B4B4. Windows color (decimal): -2248606 or 6467805. OLE color: 6467805.
HSL color Cylindrical-coordinate representation of color #DDB062: hue angle of 38.05º 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 #DDB062 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 98 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.13 |
| HSL | 38.05º | 0.64% | 0.63% | - |
| HSV(B) | 38.05º | 0.56% | 0.87% | - |
| XYZ | 47.55 | 47.3 | 18.18 | - |
| YUV | 180.56 | 81.41 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 98 | 0 | 0.20 | 0.56 | 0.13 | 38.05 | 0.64 | 0.63 |
| Hex | DD | B0 | 62 | 0 | 14 | 38 | D | 26 | 40 | 3F |
| Octal | 335 | 260 | 142 | 0 | 24 | 70 | 15 | 46 | 100 | 77 |
| Binary | 11011101 | 10110000 | 1100010 | 0 | 10100 | 111000 | 1101 | 100110 | 1000000 | 111111 |
Color Harmonies of #DDB062
Complementary color
Monochromatic Colors of #DDB062
Black with #DDB062
Text Example
Text Example
White with #DDB062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB062; }
p { color: rgb(221,176,98); }
H1.HeaderClassName
{
color: #DDB062;
}
.AnyTagClassName
{
color: #DDB062;
}
</style>
background-color css
<style>
a { background-color: #DDB062; }
a { background-color: rgb(221,176,98); }
div.DivClassName
{
background-color: #DDB062;
}
.BgClassName
{
background-color: #DDB062;
}
</style>
border-color css
<style>
span { border-color: #DDB062; }
span { border-color: rgb(221,176,98); }
td.TdClassName
{
border-color: #DDB062;
}
.TagClassName
{
border-color: #DDB062;
}
</style>