Shades of Manz #DADE5D
Tints of Manz #DADE5D
RGB
CMYK
RGB Variations
Color information
#DADE5D (or 0xDADE5D) is known color: Manz. HEX triplet: DA, DE and 5D. RGB value is (218,222,93). Sum of RGB (Red+Green+Blue) = 218+222+93=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE5D is #2521A2. Grayscale: #CECECE. Windows color (decimal): -2433443 or 6151898. OLE color: 6151898.
HSL color Cylindrical-coordinate representation of color #DADE5D: hue angle of 61.86º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DADE5D is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 93 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.13 |
| HSL | 61.86º | 0.66% | 0.62% | - |
| HSV(B) | 61.86º | 0.58% | 0.87% | - |
| XYZ | 57.01 | 67.94 | 20.46 | - |
| YUV | 206.1 | 64.17 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 93 | 0.02 | 0 | 0.58 | 0.13 | 61.86 | 0.66 | 0.62 |
| Hex | DA | DE | 5D | 2 | 0 | 3A | D | 3E | 42 | 3E |
| Octal | 332 | 336 | 135 | 2 | 0 | 72 | 15 | 76 | 102 | 76 |
| Binary | 11011010 | 11011110 | 1011101 | 10 | 0 | 111010 | 1101 | 111110 | 1000010 | 111110 |
Color Harmonies of #DADE5D
Complementary color
Monochromatic Colors of #DADE5D
Black with #DADE5D
Text Example
Text Example
White with #DADE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE5D; }
p { color: rgb(218,222,93); }
H1.HeaderClassName
{
color: #DADE5D;
}
.AnyTagClassName
{
color: #DADE5D;
}
</style>
background-color css
<style>
a { background-color: #DADE5D; }
a { background-color: rgb(218,222,93); }
div.DivClassName
{
background-color: #DADE5D;
}
.BgClassName
{
background-color: #DADE5D;
}
</style>
border-color css
<style>
span { border-color: #DADE5D; }
span { border-color: rgb(218,222,93); }
td.TdClassName
{
border-color: #DADE5D;
}
.TagClassName
{
border-color: #DADE5D;
}
</style>