Shades of Manz #DADD56
Tints of Manz #DADD56
RGB
CMYK
RGB Variations
Color information
#DADD56 (or 0xDADD56) is known color: Manz. HEX triplet: DA, DD and 56. RGB value is (218,221,86). Sum of RGB (Red+Green+Blue) = 218+221+86=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 86 (33.98% from 255 or 16.38% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD56 is #2522A9. Grayscale: #CDCDCD. Windows color (decimal): -2433706 or 5692890. OLE color: 5692890.
HSL color Cylindrical-coordinate representation of color #DADD56: hue angle of 61.33º 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 #DADD56 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 86 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.13 |
| HSL | 61.33º | 0.67% | 0.6% | - |
| HSV(B) | 61.33º | 0.61% | 0.87% | - |
| XYZ | 56.45 | 67.29 | 18.82 | - |
| YUV | 204.71 | 61.01 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 86 | 0.01 | 0 | 0.61 | 0.13 | 61.33 | 0.67 | 0.6 |
| Hex | DA | DD | 56 | 1 | 0 | 3D | D | 3D | 43 | 3C |
| Octal | 332 | 335 | 126 | 1 | 0 | 75 | 15 | 75 | 103 | 74 |
| Binary | 11011010 | 11011101 | 1010110 | 1 | 0 | 111101 | 1101 | 111101 | 1000011 | 111100 |
Color Harmonies of #DADD56
Complementary color
Monochromatic Colors of #DADD56
Black with #DADD56
Text Example
Text Example
White with #DADD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD56; }
p { color: rgb(218,221,86); }
H1.HeaderClassName
{
color: #DADD56;
}
.AnyTagClassName
{
color: #DADD56;
}
</style>
background-color css
<style>
a { background-color: #DADD56; }
a { background-color: rgb(218,221,86); }
div.DivClassName
{
background-color: #DADD56;
}
.BgClassName
{
background-color: #DADD56;
}
</style>
border-color css
<style>
span { border-color: #DADD56; }
span { border-color: rgb(218,221,86); }
td.TdClassName
{
border-color: #DADD56;
}
.TagClassName
{
border-color: #DADD56;
}
</style>