Shades of Manz #DDD854
Tints of Manz #DDD854
RGB
CMYK
RGB Variations
Color information
#DDD854 (or 0xDDD854) is known color: Manz. HEX triplet: DD, D8 and 54. RGB value is (221,216,84). Sum of RGB (Red+Green+Blue) = 221+216+84=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD854 is #2227AB. Grayscale: #CACACA. Windows color (decimal): -2238380 or 5560541. OLE color: 5560541.
HSL color Cylindrical-coordinate representation of color #DDD854: hue angle of 57.81º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDD854 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 84 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.13 |
| HSL | 57.81º | 0.67% | 0.6% | - |
| HSV(B) | 57.81º | 0.62% | 0.87% | - |
| XYZ | 55.97 | 65.12 | 18.01 | - |
| YUV | 202.45 | 61.16 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 84 | 0 | 0.02 | 0.62 | 0.13 | 57.81 | 0.67 | 0.6 |
| Hex | DD | D8 | 54 | 0 | 2 | 3E | D | 3A | 43 | 3C |
| Octal | 335 | 330 | 124 | 0 | 2 | 76 | 15 | 72 | 103 | 74 |
| Binary | 11011101 | 11011000 | 1010100 | 0 | 10 | 111110 | 1101 | 111010 | 1000011 | 111100 |
Color Harmonies of #DDD854
Complementary color
Monochromatic Colors of #DDD854
Black with #DDD854
Text Example
Text Example
White with #DDD854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD854; }
p { color: rgb(221,216,84); }
H1.HeaderClassName
{
color: #DDD854;
}
.AnyTagClassName
{
color: #DDD854;
}
</style>
background-color css
<style>
a { background-color: #DDD854; }
a { background-color: rgb(221,216,84); }
div.DivClassName
{
background-color: #DDD854;
}
.BgClassName
{
background-color: #DDD854;
}
</style>
border-color css
<style>
span { border-color: #DDD854; }
span { border-color: rgb(221,216,84); }
td.TdClassName
{
border-color: #DDD854;
}
.TagClassName
{
border-color: #DDD854;
}
</style>