Shades of Manz #DDDE5A
Tints of Manz #DDDE5A
RGB
CMYK
RGB Variations
Color information
#DDDE5A (or 0xDDDE5A) is known color: Manz. HEX triplet: DD, DE and 5A. RGB value is (221,222,90). Sum of RGB (Red+Green+Blue) = 221+222+90=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 90 (35.55% from 255 or 16.89% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE5A is #2221A5. Grayscale: #CFCFCF. Windows color (decimal): -2236838 or 5955293. OLE color: 5955293.
HSL color Cylindrical-coordinate representation of color #DDDE5A: hue angle of 60.45º degrees, saturation: 0.67, 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 #DDDE5A is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 90 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.13 |
| HSL | 60.45º | 0.67% | 0.61% | - |
| HSV(B) | 60.45º | 0.59% | 0.87% | - |
| XYZ | 57.79 | 68.35 | 19.82 | - |
| YUV | 206.65 | 62.17 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 90 | 0.00 | 0 | 0.59 | 0.13 | 60.45 | 0.67 | 0.61 |
| Hex | DD | DE | 5A | 0 | 0 | 3B | D | 3C | 43 | 3D |
| Octal | 335 | 336 | 132 | 0 | 0 | 73 | 15 | 74 | 103 | 75 |
| Binary | 11011101 | 11011110 | 1011010 | 0 | 0 | 111011 | 1101 | 111100 | 1000011 | 111101 |
Color Harmonies of #DDDE5A
Complementary color
Monochromatic Colors of #DDDE5A
Black with #DDDE5A
Text Example
Text Example
White with #DDDE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE5A; }
p { color: rgb(221,222,90); }
H1.HeaderClassName
{
color: #DDDE5A;
}
.AnyTagClassName
{
color: #DDDE5A;
}
</style>
background-color css
<style>
a { background-color: #DDDE5A; }
a { background-color: rgb(221,222,90); }
div.DivClassName
{
background-color: #DDDE5A;
}
.BgClassName
{
background-color: #DDDE5A;
}
</style>
border-color css
<style>
span { border-color: #DDDE5A; }
span { border-color: rgb(221,222,90); }
td.TdClassName
{
border-color: #DDDE5A;
}
.TagClassName
{
border-color: #DDDE5A;
}
</style>