Shades of Manz #DADE5C
Tints of Manz #DADE5C
RGB
CMYK
RGB Variations
Color information
#DADE5C (or 0xDADE5C) is known color: Manz. HEX triplet: DA, DE and 5C. RGB value is (218,222,92). Sum of RGB (Red+Green+Blue) = 218+222+92=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE5C is #2521A3. Grayscale: #CECECE. Windows color (decimal): -2433444 or 6086362. OLE color: 6086362.
HSL color Cylindrical-coordinate representation of color #DADE5C: hue angle of 61.85º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DADE5C is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 92 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.13 |
| HSL | 61.85º | 0.66% | 0.62% | - |
| HSV(B) | 61.85º | 0.59% | 0.87% | - |
| XYZ | 56.97 | 67.92 | 20.23 | - |
| YUV | 205.98 | 63.67 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 92 | 0.02 | 0 | 0.59 | 0.13 | 61.85 | 0.66 | 0.62 |
| Hex | DA | DE | 5C | 2 | 0 | 3B | D | 3E | 42 | 3E |
| Octal | 332 | 336 | 134 | 2 | 0 | 73 | 15 | 76 | 102 | 76 |
| Binary | 11011010 | 11011110 | 1011100 | 10 | 0 | 111011 | 1101 | 111110 | 1000010 | 111110 |
Color Harmonies of #DADE5C
Complementary color
Monochromatic Colors of #DADE5C
Black with #DADE5C
Text Example
Text Example
White with #DADE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE5C; }
p { color: rgb(218,222,92); }
H1.HeaderClassName
{
color: #DADE5C;
}
.AnyTagClassName
{
color: #DADE5C;
}
</style>
background-color css
<style>
a { background-color: #DADE5C; }
a { background-color: rgb(218,222,92); }
div.DivClassName
{
background-color: #DADE5C;
}
.BgClassName
{
background-color: #DADE5C;
}
</style>
border-color css
<style>
span { border-color: #DADE5C; }
span { border-color: rgb(218,222,92); }
td.TdClassName
{
border-color: #DADE5C;
}
.TagClassName
{
border-color: #DADE5C;
}
</style>