Shades of Equator #DDB164
Tints of Equator #DDB164
RGB
CMYK
RGB Variations
Color information
#DDB164 (or 0xDDB164) is known color: Equator. HEX triplet: DD, B1 and 64. RGB value is (221,177,100). Sum of RGB (Red+Green+Blue) = 221+177+100=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB164 is #224E9B. Grayscale: #B5B5B5. Windows color (decimal): -2248348 or 6599133. OLE color: 6599133.
HSL color Cylindrical-coordinate representation of color #DDB164: hue angle of 38.18º 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 #DDB164 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 100 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.13 |
| HSL | 38.18º | 0.64% | 0.63% | - |
| HSV(B) | 38.18º | 0.55% | 0.87% | - |
| XYZ | 47.84 | 47.74 | 18.75 | - |
| YUV | 181.38 | 82.08 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 100 | 0 | 0.20 | 0.55 | 0.13 | 38.18 | 0.64 | 0.63 |
| Hex | DD | B1 | 64 | 0 | 14 | 37 | D | 26 | 40 | 3F |
| Octal | 335 | 261 | 144 | 0 | 24 | 67 | 15 | 46 | 100 | 77 |
| Binary | 11011101 | 10110001 | 1100100 | 0 | 10100 | 110111 | 1101 | 100110 | 1000000 | 111111 |
Color Harmonies of #DDB164
Complementary color
Monochromatic Colors of #DDB164
Black with #DDB164
Text Example
Text Example
White with #DDB164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB164; }
p { color: rgb(221,177,100); }
H1.HeaderClassName
{
color: #DDB164;
}
.AnyTagClassName
{
color: #DDB164;
}
</style>
background-color css
<style>
a { background-color: #DDB164; }
a { background-color: rgb(221,177,100); }
div.DivClassName
{
background-color: #DDB164;
}
.BgClassName
{
background-color: #DDB164;
}
</style>
border-color css
<style>
span { border-color: #DDB164; }
span { border-color: rgb(221,177,100); }
td.TdClassName
{
border-color: #DDB164;
}
.TagClassName
{
border-color: #DDB164;
}
</style>