Shades of Manz #DADE57
Tints of Manz #DADE57
RGB
CMYK
RGB Variations
Color information
#DADE57 (or 0xDADE57) is known color: Manz. HEX triplet: DA, DE and 57. RGB value is (218,222,87). Sum of RGB (Red+Green+Blue) = 218+222+87=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 87 (34.38% from 255 or 16.51% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE57 is #2521A8. Grayscale: #CDCDCD. Windows color (decimal): -2433449 or 5758682. OLE color: 5758682.
HSL color Cylindrical-coordinate representation of color #DADE57: hue angle of 61.78º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DADE57 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 87 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.13 |
| HSL | 61.78º | 0.67% | 0.61% | - |
| HSV(B) | 61.78º | 0.61% | 0.87% | - |
| XYZ | 56.76 | 67.84 | 19.12 | - |
| YUV | 205.41 | 61.17 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 87 | 0.02 | 0 | 0.61 | 0.13 | 61.78 | 0.67 | 0.61 |
| Hex | DA | DE | 57 | 2 | 0 | 3D | D | 3E | 43 | 3D |
| Octal | 332 | 336 | 127 | 2 | 0 | 75 | 15 | 76 | 103 | 75 |
| Binary | 11011010 | 11011110 | 1010111 | 10 | 0 | 111101 | 1101 | 111110 | 1000011 | 111101 |
Color Harmonies of #DADE57
Complementary color
Monochromatic Colors of #DADE57
Black with #DADE57
Text Example
Text Example
White with #DADE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE57; }
p { color: rgb(218,222,87); }
H1.HeaderClassName
{
color: #DADE57;
}
.AnyTagClassName
{
color: #DADE57;
}
</style>
background-color css
<style>
a { background-color: #DADE57; }
a { background-color: rgb(218,222,87); }
div.DivClassName
{
background-color: #DADE57;
}
.BgClassName
{
background-color: #DADE57;
}
</style>
border-color css
<style>
span { border-color: #DADE57; }
span { border-color: rgb(218,222,87); }
td.TdClassName
{
border-color: #DADE57;
}
.TagClassName
{
border-color: #DADE57;
}
</style>