Shades of Manz #DDDE53
Tints of Manz #DDDE53
RGB
CMYK
RGB Variations
Color information
#DDDE53 (or 0xDDDE53) is known color: Manz. HEX triplet: DD, DE and 53. RGB value is (221,222,83). Sum of RGB (Red+Green+Blue) = 221+222+83=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 83 (32.81% from 255 or 15.78% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE53 is #2221AC. Grayscale: #CECECE. Windows color (decimal): -2236845 or 5496541. OLE color: 5496541.
HSL color Cylindrical-coordinate representation of color #DDDE53: 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.63%. Process color model (Four color, CMYK) of #DDDE53 is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 83 | - |
| CMYK | 0.00 | 0 | 0.63 | 0.13 |
| HSL | 60.43º | 0.68% | 0.6% | - |
| HSV(B) | 60.43º | 0.63% | 0.87% | - |
| XYZ | 57.5 | 68.24 | 18.32 | - |
| YUV | 205.86 | 58.67 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 83 | 0.00 | 0 | 0.63 | 0.13 | 60.43 | 0.68 | 0.6 |
| Hex | DD | DE | 53 | 0 | 0 | 3F | D | 3C | 44 | 3C |
| Octal | 335 | 336 | 123 | 0 | 0 | 77 | 15 | 74 | 104 | 74 |
| Binary | 11011101 | 11011110 | 1010011 | 0 | 0 | 111111 | 1101 | 111100 | 1000100 | 111100 |
Color Harmonies of #DDDE53
Complementary color
Monochromatic Colors of #DDDE53
Black with #DDDE53
Text Example
Text Example
White with #DDDE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE53; }
p { color: rgb(221,222,83); }
H1.HeaderClassName
{
color: #DDDE53;
}
.AnyTagClassName
{
color: #DDDE53;
}
</style>
background-color css
<style>
a { background-color: #DDDE53; }
a { background-color: rgb(221,222,83); }
div.DivClassName
{
background-color: #DDDE53;
}
.BgClassName
{
background-color: #DDDE53;
}
</style>
border-color css
<style>
span { border-color: #DDDE53; }
span { border-color: rgb(221,222,83); }
td.TdClassName
{
border-color: #DDDE53;
}
.TagClassName
{
border-color: #DDDE53;
}
</style>