Shades of Manz #DADE54
Tints of Manz #DADE54
RGB
CMYK
RGB Variations
Color information
#DADE54 (or 0xDADE54) is known color: Manz. HEX triplet: DA, DE and 54. RGB value is (218,222,84). Sum of RGB (Red+Green+Blue) = 218+222+84=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 84 (33.20% from 255 or 16.03% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE54 is #2521AB. Grayscale: #CDCDCD. Windows color (decimal): -2433452 or 5562074. OLE color: 5562074.
HSL color Cylindrical-coordinate representation of color #DADE54: hue angle of 61.74º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DADE54 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 84 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.13 |
| HSL | 61.74º | 0.68% | 0.6% | - |
| HSV(B) | 61.74º | 0.62% | 0.87% | - |
| XYZ | 56.63 | 67.79 | 18.49 | - |
| YUV | 205.07 | 59.67 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 84 | 0.02 | 0 | 0.62 | 0.13 | 61.74 | 0.68 | 0.6 |
| Hex | DA | DE | 54 | 2 | 0 | 3E | D | 3E | 44 | 3C |
| Octal | 332 | 336 | 124 | 2 | 0 | 76 | 15 | 76 | 104 | 74 |
| Binary | 11011010 | 11011110 | 1010100 | 10 | 0 | 111110 | 1101 | 111110 | 1000100 | 111100 |
Color Harmonies of #DADE54
Complementary color
Monochromatic Colors of #DADE54
Black with #DADE54
Text Example
Text Example
White with #DADE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE54; }
p { color: rgb(218,222,84); }
H1.HeaderClassName
{
color: #DADE54;
}
.AnyTagClassName
{
color: #DADE54;
}
</style>
background-color css
<style>
a { background-color: #DADE54; }
a { background-color: rgb(218,222,84); }
div.DivClassName
{
background-color: #DADE54;
}
.BgClassName
{
background-color: #DADE54;
}
</style>
border-color css
<style>
span { border-color: #DADE54; }
span { border-color: rgb(218,222,84); }
td.TdClassName
{
border-color: #DADE54;
}
.TagClassName
{
border-color: #DADE54;
}
</style>