Shades of Manz #DDD850
Tints of Manz #DDD850
RGB
CMYK
RGB Variations
Color information
#DDD850 (or 0xDDD850) is known color: Manz. HEX triplet: DD, D8 and 50. RGB value is (221,216,80). Sum of RGB (Red+Green+Blue) = 221+216+80=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD850 is #2227AF. Grayscale: #CACACA. Windows color (decimal): -2238384 or 5298397. OLE color: 5298397.
HSL color Cylindrical-coordinate representation of color #DDD850: hue angle of 57.87º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDD850 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 80 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.13 |
| HSL | 57.87º | 0.67% | 0.59% | - |
| HSV(B) | 57.87º | 0.64% | 0.87% | - |
| XYZ | 55.82 | 65.06 | 17.21 | - |
| YUV | 201.99 | 59.16 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 80 | 0 | 0.02 | 0.64 | 0.13 | 57.87 | 0.67 | 0.59 |
| Hex | DD | D8 | 50 | 0 | 2 | 40 | D | 3A | 43 | 3B |
| Octal | 335 | 330 | 120 | 0 | 2 | 100 | 15 | 72 | 103 | 73 |
| Binary | 11011101 | 11011000 | 1010000 | 0 | 10 | 1000000 | 1101 | 111010 | 1000011 | 111011 |
Color Harmonies of #DDD850
Complementary color
Monochromatic Colors of #DDD850
Black with #DDD850
Text Example
Text Example
White with #DDD850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD850; }
p { color: rgb(221,216,80); }
H1.HeaderClassName
{
color: #DDD850;
}
.AnyTagClassName
{
color: #DDD850;
}
</style>
background-color css
<style>
a { background-color: #DDD850; }
a { background-color: rgb(221,216,80); }
div.DivClassName
{
background-color: #DDD850;
}
.BgClassName
{
background-color: #DDD850;
}
</style>
border-color css
<style>
span { border-color: #DDD850; }
span { border-color: rgb(221,216,80); }
td.TdClassName
{
border-color: #DDD850;
}
.TagClassName
{
border-color: #DDD850;
}
</style>