Shades of Manz #DDD354
Tints of Manz #DDD354
RGB
CMYK
RGB Variations
Color information
#DDD354 (or 0xDDD354) is known color: Manz. HEX triplet: DD, D3 and 54. RGB value is (221,211,84). Sum of RGB (Red+Green+Blue) = 221+211+84=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 84 (33.20% from 255 or 16.28% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD354 is #222CAB. Grayscale: #C8C8C8. Windows color (decimal): -2239660 or 5559261. OLE color: 5559261.
HSL color Cylindrical-coordinate representation of color #DDD354: hue angle of 55.62º 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 #DDD354 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 84 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.13 |
| HSL | 55.62º | 0.67% | 0.6% | - |
| HSV(B) | 55.62º | 0.62% | 0.87% | - |
| XYZ | 54.71 | 62.6 | 17.59 | - |
| YUV | 199.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 84 | 0 | 0.05 | 0.62 | 0.13 | 55.62 | 0.67 | 0.6 |
| Hex | DD | D3 | 54 | 0 | 5 | 3E | D | 38 | 43 | 3C |
| Octal | 335 | 323 | 124 | 0 | 5 | 76 | 15 | 70 | 103 | 74 |
| Binary | 11011101 | 11010011 | 1010100 | 0 | 101 | 111110 | 1101 | 111000 | 1000011 | 111100 |
Color Harmonies of #DDD354
Complementary color
Monochromatic Colors of #DDD354
Black with #DDD354
Text Example
Text Example
White with #DDD354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD354; }
p { color: rgb(221,211,84); }
H1.HeaderClassName
{
color: #DDD354;
}
.AnyTagClassName
{
color: #DDD354;
}
</style>
background-color css
<style>
a { background-color: #DDD354; }
a { background-color: rgb(221,211,84); }
div.DivClassName
{
background-color: #DDD354;
}
.BgClassName
{
background-color: #DDD354;
}
</style>
border-color css
<style>
span { border-color: #DDD354; }
span { border-color: rgb(221,211,84); }
td.TdClassName
{
border-color: #DDD354;
}
.TagClassName
{
border-color: #DDD354;
}
</style>