Shades of Manz #DCDD56
Tints of Manz #DCDD56
RGB
CMYK
RGB Variations
Color information
#DCDD56 (or 0xDCDD56) is known color: Manz. HEX triplet: DC, DD and 56. RGB value is (220,221,86). Sum of RGB (Red+Green+Blue) = 220+221+86=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD56 is #2322A9. Grayscale: #CDCDCD. Windows color (decimal): -2302634 or 5692892. OLE color: 5692892.
HSL color Cylindrical-coordinate representation of color #DCDD56: hue angle of 60.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCDD56 is Cyan = 0.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 86 | - |
| CMYK | 0.00 | 0 | 0.61 | 0.13 |
| HSL | 60.44º | 0.67% | 0.6% | - |
| HSV(B) | 60.44º | 0.61% | 0.87% | - |
| XYZ | 57.05 | 67.6 | 18.85 | - |
| YUV | 205.31 | 60.67 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 86 | 0.00 | 0 | 0.61 | 0.13 | 60.44 | 0.67 | 0.6 |
| Hex | DC | DD | 56 | 0 | 0 | 3D | D | 3C | 43 | 3C |
| Octal | 334 | 335 | 126 | 0 | 0 | 75 | 15 | 74 | 103 | 74 |
| Binary | 11011100 | 11011101 | 1010110 | 0 | 0 | 111101 | 1101 | 111100 | 1000011 | 111100 |
Color Harmonies of #DCDD56
Complementary color
Monochromatic Colors of #DCDD56
Black with #DCDD56
Text Example
Text Example
White with #DCDD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD56; }
p { color: rgb(220,221,86); }
H1.HeaderClassName
{
color: #DCDD56;
}
.AnyTagClassName
{
color: #DCDD56;
}
</style>
background-color css
<style>
a { background-color: #DCDD56; }
a { background-color: rgb(220,221,86); }
div.DivClassName
{
background-color: #DCDD56;
}
.BgClassName
{
background-color: #DCDD56;
}
</style>
border-color css
<style>
span { border-color: #DCDD56; }
span { border-color: rgb(220,221,86); }
td.TdClassName
{
border-color: #DCDD56;
}
.TagClassName
{
border-color: #DCDD56;
}
</style>