Shades of Manz #DADF59
Tints of Manz #DADF59
RGB
CMYK
RGB Variations
Color information
#DADF59 (or 0xDADF59) is known color: Manz. HEX triplet: DA, DF and 59. RGB value is (218,223,89). Sum of RGB (Red+Green+Blue) = 218+223+89=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 89 (35.16% from 255 or 16.79% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF59 is #2520A6. Grayscale: #CECECE. Windows color (decimal): -2433191 or 5890010. OLE color: 5890010.
HSL color Cylindrical-coordinate representation of color #DADF59: hue angle of 62.24º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DADF59 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 89 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.13 |
| HSL | 62.24º | 0.68% | 0.61% | - |
| HSV(B) | 62.24º | 0.6% | 0.87% | - |
| XYZ | 57.1 | 68.4 | 19.64 | - |
| YUV | 206.23 | 61.84 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 89 | 0.02 | 0 | 0.60 | 0.13 | 62.24 | 0.68 | 0.61 |
| Hex | DA | DF | 59 | 2 | 0 | 3C | D | 3E | 44 | 3D |
| Octal | 332 | 337 | 131 | 2 | 0 | 74 | 15 | 76 | 104 | 75 |
| Binary | 11011010 | 11011111 | 1011001 | 10 | 0 | 111100 | 1101 | 111110 | 1000100 | 111101 |
Color Harmonies of #DADF59
Complementary color
Monochromatic Colors of #DADF59
Black with #DADF59
Text Example
Text Example
White with #DADF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF59; }
p { color: rgb(218,223,89); }
H1.HeaderClassName
{
color: #DADF59;
}
.AnyTagClassName
{
color: #DADF59;
}
</style>
background-color css
<style>
a { background-color: #DADF59; }
a { background-color: rgb(218,223,89); }
div.DivClassName
{
background-color: #DADF59;
}
.BgClassName
{
background-color: #DADF59;
}
</style>
border-color css
<style>
span { border-color: #DADF59; }
span { border-color: rgb(218,223,89); }
td.TdClassName
{
border-color: #DADF59;
}
.TagClassName
{
border-color: #DADF59;
}
</style>