Shades of Manz #DDDF56
Tints of Manz #DDDF56
RGB
CMYK
RGB Variations
Color information
#DDDF56 (or 0xDDDF56) is known color: Manz. HEX triplet: DD, DF and 56. RGB value is (221,223,86). Sum of RGB (Red+Green+Blue) = 221+223+86=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF56 is #2220A9. Grayscale: #CFCFCF. Windows color (decimal): -2236586 or 5693405. OLE color: 5693405.
HSL color Cylindrical-coordinate representation of color #DDDF56: hue angle of 60.88º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDDF56 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 86 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.13 |
| HSL | 60.88º | 0.68% | 0.61% | - |
| HSV(B) | 60.88º | 0.61% | 0.87% | - |
| XYZ | 57.89 | 68.82 | 19.04 | - |
| YUV | 206.78 | 59.84 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 86 | 0.01 | 0 | 0.61 | 0.13 | 60.88 | 0.68 | 0.61 |
| Hex | DD | DF | 56 | 1 | 0 | 3D | D | 3D | 44 | 3D |
| Octal | 335 | 337 | 126 | 1 | 0 | 75 | 15 | 75 | 104 | 75 |
| Binary | 11011101 | 11011111 | 1010110 | 1 | 0 | 111101 | 1101 | 111101 | 1000100 | 111101 |
Color Harmonies of #DDDF56
Complementary color
Monochromatic Colors of #DDDF56
Black with #DDDF56
Text Example
Text Example
White with #DDDF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF56; }
p { color: rgb(221,223,86); }
H1.HeaderClassName
{
color: #DDDF56;
}
.AnyTagClassName
{
color: #DDDF56;
}
</style>
background-color css
<style>
a { background-color: #DDDF56; }
a { background-color: rgb(221,223,86); }
div.DivClassName
{
background-color: #DDDF56;
}
.BgClassName
{
background-color: #DDDF56;
}
</style>
border-color css
<style>
span { border-color: #DDDF56; }
span { border-color: rgb(221,223,86); }
td.TdClassName
{
border-color: #DDDF56;
}
.TagClassName
{
border-color: #DDDF56;
}
</style>