Shades of Manz #DADE55
Tints of Manz #DADE55
RGB
CMYK
RGB Variations
Color information
#DADE55 (or 0xDADE55) is known color: Manz. HEX triplet: DA, DE and 55. RGB value is (218,222,85). Sum of RGB (Red+Green+Blue) = 218+222+85=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE55 is #2521AA. Grayscale: #CDCDCD. Windows color (decimal): -2433451 or 5627610. OLE color: 5627610.
HSL color Cylindrical-coordinate representation of color #DADE55: hue angle of 61.75º degrees, saturation: 0.67, 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 #DADE55 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 85 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.13 |
| HSL | 61.75º | 0.67% | 0.6% | - |
| HSV(B) | 61.75º | 0.62% | 0.87% | - |
| XYZ | 56.67 | 67.8 | 18.69 | - |
| YUV | 205.19 | 60.17 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 85 | 0.02 | 0 | 0.62 | 0.13 | 61.75 | 0.67 | 0.6 |
| Hex | DA | DE | 55 | 2 | 0 | 3E | D | 3E | 43 | 3C |
| Octal | 332 | 336 | 125 | 2 | 0 | 76 | 15 | 76 | 103 | 74 |
| Binary | 11011010 | 11011110 | 1010101 | 10 | 0 | 111110 | 1101 | 111110 | 1000011 | 111100 |
Color Harmonies of #DADE55
Complementary color
Monochromatic Colors of #DADE55
Black with #DADE55
Text Example
Text Example
White with #DADE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE55; }
p { color: rgb(218,222,85); }
H1.HeaderClassName
{
color: #DADE55;
}
.AnyTagClassName
{
color: #DADE55;
}
</style>
background-color css
<style>
a { background-color: #DADE55; }
a { background-color: rgb(218,222,85); }
div.DivClassName
{
background-color: #DADE55;
}
.BgClassName
{
background-color: #DADE55;
}
</style>
border-color css
<style>
span { border-color: #DADE55; }
span { border-color: rgb(218,222,85); }
td.TdClassName
{
border-color: #DADE55;
}
.TagClassName
{
border-color: #DADE55;
}
</style>