Shades of Manz #DDDE55
Tints of Manz #DDDE55
RGB
CMYK
RGB Variations
Color information
#DDDE55 (or 0xDDDE55) is known color: Manz. HEX triplet: DD, DE and 55. RGB value is (221,222,85). Sum of RGB (Red+Green+Blue) = 221+222+85=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE55 is #2221AA. Grayscale: #CECECE. Windows color (decimal): -2236843 or 5627613. OLE color: 5627613.
HSL color Cylindrical-coordinate representation of color #DDDE55: hue angle of 60.44º 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 #DDDE55 is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 85 | - |
| CMYK | 0.00 | 0 | 0.62 | 0.13 |
| HSL | 60.44º | 0.67% | 0.6% | - |
| HSV(B) | 60.44º | 0.62% | 0.87% | - |
| XYZ | 57.58 | 68.27 | 18.74 | - |
| YUV | 206.08 | 59.67 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 85 | 0.00 | 0 | 0.62 | 0.13 | 60.44 | 0.67 | 0.6 |
| Hex | DD | DE | 55 | 0 | 0 | 3E | D | 3C | 43 | 3C |
| Octal | 335 | 336 | 125 | 0 | 0 | 76 | 15 | 74 | 103 | 74 |
| Binary | 11011101 | 11011110 | 1010101 | 0 | 0 | 111110 | 1101 | 111100 | 1000011 | 111100 |
Color Harmonies of #DDDE55
Complementary color
Monochromatic Colors of #DDDE55
Black with #DDDE55
Text Example
Text Example
White with #DDDE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE55; }
p { color: rgb(221,222,85); }
H1.HeaderClassName
{
color: #DDDE55;
}
.AnyTagClassName
{
color: #DDDE55;
}
</style>
background-color css
<style>
a { background-color: #DDDE55; }
a { background-color: rgb(221,222,85); }
div.DivClassName
{
background-color: #DDDE55;
}
.BgClassName
{
background-color: #DDDE55;
}
</style>
border-color css
<style>
span { border-color: #DDDE55; }
span { border-color: rgb(221,222,85); }
td.TdClassName
{
border-color: #DDDE55;
}
.TagClassName
{
border-color: #DDDE55;
}
</style>