Shades of Manz #DDDE5B
Tints of Manz #DDDE5B
RGB
CMYK
RGB Variations
Color information
#DDDE5B (or 0xDDDE5B) is known color: Manz. HEX triplet: DD, DE and 5B. RGB value is (221,222,91). Sum of RGB (Red+Green+Blue) = 221+222+91=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE5B is #2221A4. Grayscale: #CFCFCF. Windows color (decimal): -2236837 or 6020829. OLE color: 6020829.
HSL color Cylindrical-coordinate representation of color #DDDE5B: hue angle of 60.46º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDDE5B is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 91 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.13 |
| HSL | 60.46º | 0.66% | 0.61% | - |
| HSV(B) | 60.46º | 0.59% | 0.87% | - |
| XYZ | 57.83 | 68.37 | 20.05 | - |
| YUV | 206.77 | 62.67 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 91 | 0.00 | 0 | 0.59 | 0.13 | 60.46 | 0.66 | 0.61 |
| Hex | DD | DE | 5B | 0 | 0 | 3B | D | 3C | 42 | 3D |
| Octal | 335 | 336 | 133 | 0 | 0 | 73 | 15 | 74 | 102 | 75 |
| Binary | 11011101 | 11011110 | 1011011 | 0 | 0 | 111011 | 1101 | 111100 | 1000010 | 111101 |
Color Harmonies of #DDDE5B
Complementary color
Monochromatic Colors of #DDDE5B
Black with #DDDE5B
Text Example
Text Example
White with #DDDE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE5B; }
p { color: rgb(221,222,91); }
H1.HeaderClassName
{
color: #DDDE5B;
}
.AnyTagClassName
{
color: #DDDE5B;
}
</style>
background-color css
<style>
a { background-color: #DDDE5B; }
a { background-color: rgb(221,222,91); }
div.DivClassName
{
background-color: #DDDE5B;
}
.BgClassName
{
background-color: #DDDE5B;
}
</style>
border-color css
<style>
span { border-color: #DDDE5B; }
span { border-color: rgb(221,222,91); }
td.TdClassName
{
border-color: #DDDE5B;
}
.TagClassName
{
border-color: #DDDE5B;
}
</style>