Shades of Manz #DDDE54
Tints of Manz #DDDE54
RGB
CMYK
RGB Variations
Color information
#DDDE54 (or 0xDDDE54) is known color: Manz. HEX triplet: DD, DE and 54. RGB value is (221,222,84). Sum of RGB (Red+Green+Blue) = 221+222+84=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 84 (33.20% from 255 or 15.94% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE54 is #2221AB. Grayscale: #CECECE. Windows color (decimal): -2236844 or 5562077. OLE color: 5562077.
HSL color Cylindrical-coordinate representation of color #DDDE54: hue angle of 60.43º degrees, saturation: 0.68, 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 #DDDE54 is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 84 | - |
| CMYK | 0.00 | 0 | 0.62 | 0.13 |
| HSL | 60.43º | 0.68% | 0.6% | - |
| HSV(B) | 60.43º | 0.62% | 0.87% | - |
| XYZ | 57.54 | 68.25 | 18.53 | - |
| YUV | 205.97 | 59.17 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 84 | 0.00 | 0 | 0.62 | 0.13 | 60.43 | 0.68 | 0.6 |
| Hex | DD | DE | 54 | 0 | 0 | 3E | D | 3C | 44 | 3C |
| Octal | 335 | 336 | 124 | 0 | 0 | 76 | 15 | 74 | 104 | 74 |
| Binary | 11011101 | 11011110 | 1010100 | 0 | 0 | 111110 | 1101 | 111100 | 1000100 | 111100 |
Color Harmonies of #DDDE54
Complementary color
Monochromatic Colors of #DDDE54
Black with #DDDE54
Text Example
Text Example
White with #DDDE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE54; }
p { color: rgb(221,222,84); }
H1.HeaderClassName
{
color: #DDDE54;
}
.AnyTagClassName
{
color: #DDDE54;
}
</style>
background-color css
<style>
a { background-color: #DDDE54; }
a { background-color: rgb(221,222,84); }
div.DivClassName
{
background-color: #DDDE54;
}
.BgClassName
{
background-color: #DDDE54;
}
</style>
border-color css
<style>
span { border-color: #DDDE54; }
span { border-color: rgb(221,222,84); }
td.TdClassName
{
border-color: #DDDE54;
}
.TagClassName
{
border-color: #DDDE54;
}
</style>