Shades of Manz #DDDE5C
Tints of Manz #DDDE5C
RGB
CMYK
RGB Variations
Color information
#DDDE5C (or 0xDDDE5C) is known color: Manz. HEX triplet: DD, DE and 5C. RGB value is (221,222,92). Sum of RGB (Red+Green+Blue) = 221+222+92=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE5C is #2221A3. Grayscale: #CFCFCF. Windows color (decimal): -2236836 or 6086365. OLE color: 6086365.
HSL color Cylindrical-coordinate representation of color #DDDE5C: hue angle of 60.46º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDDE5C is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 92 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.13 |
| HSL | 60.46º | 0.66% | 0.62% | - |
| HSV(B) | 60.46º | 0.59% | 0.87% | - |
| XYZ | 57.87 | 68.39 | 20.28 | - |
| YUV | 206.88 | 63.17 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 92 | 0.00 | 0 | 0.59 | 0.13 | 60.46 | 0.66 | 0.62 |
| Hex | DD | DE | 5C | 0 | 0 | 3B | D | 3C | 42 | 3E |
| Octal | 335 | 336 | 134 | 0 | 0 | 73 | 15 | 74 | 102 | 76 |
| Binary | 11011101 | 11011110 | 1011100 | 0 | 0 | 111011 | 1101 | 111100 | 1000010 | 111110 |
Color Harmonies of #DDDE5C
Complementary color
Monochromatic Colors of #DDDE5C
Black with #DDDE5C
Text Example
Text Example
White with #DDDE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE5C; }
p { color: rgb(221,222,92); }
H1.HeaderClassName
{
color: #DDDE5C;
}
.AnyTagClassName
{
color: #DDDE5C;
}
</style>
background-color css
<style>
a { background-color: #DDDE5C; }
a { background-color: rgb(221,222,92); }
div.DivClassName
{
background-color: #DDDE5C;
}
.BgClassName
{
background-color: #DDDE5C;
}
</style>
border-color css
<style>
span { border-color: #DDDE5C; }
span { border-color: rgb(221,222,92); }
td.TdClassName
{
border-color: #DDDE5C;
}
.TagClassName
{
border-color: #DDDE5C;
}
</style>