Shades of Manz #DADF56
Tints of Manz #DADF56
RGB
CMYK
RGB Variations
Color information
#DADF56 (or 0xDADF56) is known color: Manz. HEX triplet: DA, DF and 56. RGB value is (218,223,86). Sum of RGB (Red+Green+Blue) = 218+223+86=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF56 is #2520A9. Grayscale: #CECECE. Windows color (decimal): -2433194 or 5693402. OLE color: 5693402.
HSL color Cylindrical-coordinate representation of color #DADF56: hue angle of 62.19º 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 #DADF56 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 86 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.13 |
| HSL | 62.19º | 0.68% | 0.61% | - |
| HSV(B) | 62.19º | 0.61% | 0.87% | - |
| XYZ | 56.98 | 68.35 | 18.99 | - |
| YUV | 205.89 | 60.34 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 86 | 0.02 | 0 | 0.61 | 0.13 | 62.19 | 0.68 | 0.61 |
| Hex | DA | DF | 56 | 2 | 0 | 3D | D | 3E | 44 | 3D |
| Octal | 332 | 337 | 126 | 2 | 0 | 75 | 15 | 76 | 104 | 75 |
| Binary | 11011010 | 11011111 | 1010110 | 10 | 0 | 111101 | 1101 | 111110 | 1000100 | 111101 |
Color Harmonies of #DADF56
Complementary color
Monochromatic Colors of #DADF56
Black with #DADF56
Text Example
Text Example
White with #DADF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF56; }
p { color: rgb(218,223,86); }
H1.HeaderClassName
{
color: #DADF56;
}
.AnyTagClassName
{
color: #DADF56;
}
</style>
background-color css
<style>
a { background-color: #DADF56; }
a { background-color: rgb(218,223,86); }
div.DivClassName
{
background-color: #DADF56;
}
.BgClassName
{
background-color: #DADF56;
}
</style>
border-color css
<style>
span { border-color: #DADF56; }
span { border-color: rgb(218,223,86); }
td.TdClassName
{
border-color: #DADF56;
}
.TagClassName
{
border-color: #DADF56;
}
</style>