Shades of Manz #DDDE51
Tints of Manz #DDDE51
RGB
CMYK
RGB Variations
Color information
#DDDE51 (or 0xDDDE51) is known color: Manz. HEX triplet: DD, DE and 51. RGB value is (221,222,81). Sum of RGB (Red+Green+Blue) = 221+222+81=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 81 (32.03% from 255 or 15.46% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE51 is #2221AE. Grayscale: #CECECE. Windows color (decimal): -2236847 or 5365469. OLE color: 5365469.
HSL color Cylindrical-coordinate representation of color #DDDE51: hue angle of 60.43º degrees, saturation: 0.68, 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 #DDDE51 is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 81 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.13 |
| HSL | 60.43º | 0.68% | 0.59% | - |
| HSV(B) | 60.43º | 0.64% | 0.87% | - |
| XYZ | 57.43 | 68.21 | 17.92 | - |
| YUV | 205.63 | 57.67 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 81 | 0.00 | 0 | 0.64 | 0.13 | 60.43 | 0.68 | 0.59 |
| Hex | DD | DE | 51 | 0 | 0 | 40 | D | 3C | 44 | 3B |
| Octal | 335 | 336 | 121 | 0 | 0 | 100 | 15 | 74 | 104 | 73 |
| Binary | 11011101 | 11011110 | 1010001 | 0 | 0 | 1000000 | 1101 | 111100 | 1000100 | 111011 |
Color Harmonies of #DDDE51
Complementary color
Monochromatic Colors of #DDDE51
Black with #DDDE51
Text Example
Text Example
White with #DDDE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE51; }
p { color: rgb(221,222,81); }
H1.HeaderClassName
{
color: #DDDE51;
}
.AnyTagClassName
{
color: #DDDE51;
}
</style>
background-color css
<style>
a { background-color: #DDDE51; }
a { background-color: rgb(221,222,81); }
div.DivClassName
{
background-color: #DDDE51;
}
.BgClassName
{
background-color: #DDDE51;
}
</style>
border-color css
<style>
span { border-color: #DDDE51; }
span { border-color: rgb(221,222,81); }
td.TdClassName
{
border-color: #DDDE51;
}
.TagClassName
{
border-color: #DDDE51;
}
</style>