Shades of Manz #DCDD51
Tints of Manz #DCDD51
RGB
CMYK
RGB Variations
Color information
#DCDD51 (or 0xDCDD51) is known color: Manz. HEX triplet: DC, DD and 51. RGB value is (220,221,81). Sum of RGB (Red+Green+Blue) = 220+221+81=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 81 (32.03% from 255 or 15.52% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD51 is #2322AE. Grayscale: #CDCDCD. Windows color (decimal): -2302639 or 5365212. OLE color: 5365212.
HSL color Cylindrical-coordinate representation of color #DCDD51: hue angle of 60.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCDD51 is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 81 | - |
| CMYK | 0.00 | 0 | 0.63 | 0.13 |
| HSL | 60.43º | 0.67% | 0.59% | - |
| HSV(B) | 60.43º | 0.63% | 0.87% | - |
| XYZ | 56.86 | 67.52 | 17.82 | - |
| YUV | 204.74 | 58.17 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 81 | 0.00 | 0 | 0.63 | 0.13 | 60.43 | 0.67 | 0.59 |
| Hex | DC | DD | 51 | 0 | 0 | 3F | D | 3C | 43 | 3B |
| Octal | 334 | 335 | 121 | 0 | 0 | 77 | 15 | 74 | 103 | 73 |
| Binary | 11011100 | 11011101 | 1010001 | 0 | 0 | 111111 | 1101 | 111100 | 1000011 | 111011 |
Color Harmonies of #DCDD51
Complementary color
Monochromatic Colors of #DCDD51
Black with #DCDD51
Text Example
Text Example
White with #DCDD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD51; }
p { color: rgb(220,221,81); }
H1.HeaderClassName
{
color: #DCDD51;
}
.AnyTagClassName
{
color: #DCDD51;
}
</style>
background-color css
<style>
a { background-color: #DCDD51; }
a { background-color: rgb(220,221,81); }
div.DivClassName
{
background-color: #DCDD51;
}
.BgClassName
{
background-color: #DCDD51;
}
</style>
border-color css
<style>
span { border-color: #DCDD51; }
span { border-color: rgb(220,221,81); }
td.TdClassName
{
border-color: #DCDD51;
}
.TagClassName
{
border-color: #DCDD51;
}
</style>