Shades of Manz #DADD5E
Tints of Manz #DADD5E
RGB
CMYK
RGB Variations
Color information
#DADD5E (or 0xDADD5E) is known color: Manz. HEX triplet: DA, DD and 5E. RGB value is (218,221,94). Sum of RGB (Red+Green+Blue) = 218+221+94=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD5E is #2522A1. Grayscale: #CECECE. Windows color (decimal): -2433698 or 6217178. OLE color: 6217178.
HSL color Cylindrical-coordinate representation of color #DADD5E: hue angle of 61.42º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DADD5E is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 94 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.13 |
| HSL | 61.42º | 0.65% | 0.62% | - |
| HSV(B) | 61.42º | 0.57% | 0.87% | - |
| XYZ | 56.79 | 67.43 | 20.61 | - |
| YUV | 205.63 | 65.01 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 94 | 0.01 | 0 | 0.57 | 0.13 | 61.42 | 0.65 | 0.62 |
| Hex | DA | DD | 5E | 1 | 0 | 39 | D | 3D | 41 | 3E |
| Octal | 332 | 335 | 136 | 1 | 0 | 71 | 15 | 75 | 101 | 76 |
| Binary | 11011010 | 11011101 | 1011110 | 1 | 0 | 111001 | 1101 | 111101 | 1000001 | 111110 |
Color Harmonies of #DADD5E
Complementary color
Monochromatic Colors of #DADD5E
Black with #DADD5E
Text Example
Text Example
White with #DADD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD5E; }
p { color: rgb(218,221,94); }
H1.HeaderClassName
{
color: #DADD5E;
}
.AnyTagClassName
{
color: #DADD5E;
}
</style>
background-color css
<style>
a { background-color: #DADD5E; }
a { background-color: rgb(218,221,94); }
div.DivClassName
{
background-color: #DADD5E;
}
.BgClassName
{
background-color: #DADD5E;
}
</style>
border-color css
<style>
span { border-color: #DADD5E; }
span { border-color: rgb(218,221,94); }
td.TdClassName
{
border-color: #DADD5E;
}
.TagClassName
{
border-color: #DADD5E;
}
</style>