Shades of Manz #DADE5B
Tints of Manz #DADE5B
RGB
CMYK
RGB Variations
Color information
#DADE5B (or 0xDADE5B) is known color: Manz. HEX triplet: DA, DE and 5B. RGB value is (218,222,91). Sum of RGB (Red+Green+Blue) = 218+222+91=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE5B is #2521A4. Grayscale: #CECECE. Windows color (decimal): -2433445 or 6020826. OLE color: 6020826.
HSL color Cylindrical-coordinate representation of color #DADE5B: hue angle of 61.83º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DADE5B is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 91 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.13 |
| HSL | 61.83º | 0.66% | 0.61% | - |
| HSV(B) | 61.83º | 0.59% | 0.87% | - |
| XYZ | 56.92 | 67.9 | 20 | - |
| YUV | 205.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 91 | 0.02 | 0 | 0.59 | 0.13 | 61.83 | 0.66 | 0.61 |
| Hex | DA | DE | 5B | 2 | 0 | 3B | D | 3E | 42 | 3D |
| Octal | 332 | 336 | 133 | 2 | 0 | 73 | 15 | 76 | 102 | 75 |
| Binary | 11011010 | 11011110 | 1011011 | 10 | 0 | 111011 | 1101 | 111110 | 1000010 | 111101 |
Color Harmonies of #DADE5B
Complementary color
Monochromatic Colors of #DADE5B
Black with #DADE5B
Text Example
Text Example
White with #DADE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE5B; }
p { color: rgb(218,222,91); }
H1.HeaderClassName
{
color: #DADE5B;
}
.AnyTagClassName
{
color: #DADE5B;
}
</style>
background-color css
<style>
a { background-color: #DADE5B; }
a { background-color: rgb(218,222,91); }
div.DivClassName
{
background-color: #DADE5B;
}
.BgClassName
{
background-color: #DADE5B;
}
</style>
border-color css
<style>
span { border-color: #DADE5B; }
span { border-color: rgb(218,222,91); }
td.TdClassName
{
border-color: #DADE5B;
}
.TagClassName
{
border-color: #DADE5B;
}
</style>