Shades of Manz #DADF58
Tints of Manz #DADF58
RGB
CMYK
RGB Variations
Color information
#DADF58 (or 0xDADF58) is known color: Manz. HEX triplet: DA, DF and 58. RGB value is (218,223,88). Sum of RGB (Red+Green+Blue) = 218+223+88=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 88 (34.77% from 255 or 16.64% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF58 is #2520A7. Grayscale: #CECECE. Windows color (decimal): -2433192 or 5824474. OLE color: 5824474.
HSL color Cylindrical-coordinate representation of color #DADF58: hue angle of 62.22º degrees, saturation: 0.68, 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 #DADF58 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 88 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.13 |
| HSL | 62.22º | 0.68% | 0.61% | - |
| HSV(B) | 62.22º | 0.61% | 0.87% | - |
| XYZ | 57.06 | 68.39 | 19.42 | - |
| YUV | 206.12 | 61.34 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 88 | 0.02 | 0 | 0.61 | 0.13 | 62.22 | 0.68 | 0.61 |
| Hex | DA | DF | 58 | 2 | 0 | 3D | D | 3E | 44 | 3D |
| Octal | 332 | 337 | 130 | 2 | 0 | 75 | 15 | 76 | 104 | 75 |
| Binary | 11011010 | 11011111 | 1011000 | 10 | 0 | 111101 | 1101 | 111110 | 1000100 | 111101 |
Color Harmonies of #DADF58
Complementary color
Monochromatic Colors of #DADF58
Black with #DADF58
Text Example
Text Example
White with #DADF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF58; }
p { color: rgb(218,223,88); }
H1.HeaderClassName
{
color: #DADF58;
}
.AnyTagClassName
{
color: #DADF58;
}
</style>
background-color css
<style>
a { background-color: #DADF58; }
a { background-color: rgb(218,223,88); }
div.DivClassName
{
background-color: #DADF58;
}
.BgClassName
{
background-color: #DADF58;
}
</style>
border-color css
<style>
span { border-color: #DADF58; }
span { border-color: rgb(218,223,88); }
td.TdClassName
{
border-color: #DADF58;
}
.TagClassName
{
border-color: #DADF58;
}
</style>