Shades of Manz #DDD554
Tints of Manz #DDD554
RGB
CMYK
RGB Variations
Color information
#DDD554 (or 0xDDD554) is known color: Manz. HEX triplet: DD, D5 and 54. RGB value is (221,213,84). Sum of RGB (Red+Green+Blue) = 221+213+84=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 84 (33.20% from 255 or 16.22% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD554 is #222AAB. Grayscale: #C9C9C9. Windows color (decimal): -2239148 or 5559773. OLE color: 5559773.
HSL color Cylindrical-coordinate representation of color #DDD554: hue angle of 56.5º 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 #DDD554 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 84 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.13 |
| HSL | 56.5º | 0.67% | 0.6% | - |
| HSV(B) | 56.5º | 0.62% | 0.87% | - |
| XYZ | 55.21 | 63.6 | 17.75 | - |
| YUV | 200.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 84 | 0 | 0.04 | 0.62 | 0.13 | 56.5 | 0.67 | 0.6 |
| Hex | DD | D5 | 54 | 0 | 4 | 3E | D | 38 | 43 | 3C |
| Octal | 335 | 325 | 124 | 0 | 4 | 76 | 15 | 70 | 103 | 74 |
| Binary | 11011101 | 11010101 | 1010100 | 0 | 100 | 111110 | 1101 | 111000 | 1000011 | 111100 |
Color Harmonies of #DDD554
Complementary color
Monochromatic Colors of #DDD554
Black with #DDD554
Text Example
Text Example
White with #DDD554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD554; }
p { color: rgb(221,213,84); }
H1.HeaderClassName
{
color: #DDD554;
}
.AnyTagClassName
{
color: #DDD554;
}
</style>
background-color css
<style>
a { background-color: #DDD554; }
a { background-color: rgb(221,213,84); }
div.DivClassName
{
background-color: #DDD554;
}
.BgClassName
{
background-color: #DDD554;
}
</style>
border-color css
<style>
span { border-color: #DDD554; }
span { border-color: rgb(221,213,84); }
td.TdClassName
{
border-color: #DDD554;
}
.TagClassName
{
border-color: #DDD554;
}
</style>