Shades of Manz #D9DA58
Tints of Manz #D9DA58
RGB
CMYK
RGB Variations
Color information
#D9DA58 (or 0xD9DA58) is known color: Manz. HEX triplet: D9, DA and 58. RGB value is (217,218,88). Sum of RGB (Red+Green+Blue) = 217+218+88=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 88 (34.77% from 255 or 16.83% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DA58 is #2625A7. Grayscale: #CBCBCB. Windows color (decimal): -2500008 or 5823193. OLE color: 5823193.
HSL color Cylindrical-coordinate representation of color #D9DA58: hue angle of 60.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9DA58 is Cyan = 0.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 88 | - |
| CMYK | 0.00 | 0 | 0.60 | 0.15 |
| HSL | 60.46º | 0.64% | 0.6% | - |
| HSV(B) | 60.46º | 0.6% | 0.85% | - |
| XYZ | 55.45 | 65.6 | 18.97 | - |
| YUV | 202.88 | 63.17 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 88 | 0.00 | 0 | 0.60 | 0.15 | 60.46 | 0.64 | 0.6 |
| Hex | D9 | DA | 58 | 0 | 0 | 3C | F | 3C | 40 | 3C |
| Octal | 331 | 332 | 130 | 0 | 0 | 74 | 17 | 74 | 100 | 74 |
| Binary | 11011001 | 11011010 | 1011000 | 0 | 0 | 111100 | 1111 | 111100 | 1000000 | 111100 |
Color Harmonies of #D9DA58
Complementary color
Monochromatic Colors of #D9DA58
Black with #D9DA58
Text Example
Text Example
White with #D9DA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DA58; }
p { color: rgb(217,218,88); }
H1.HeaderClassName
{
color: #D9DA58;
}
.AnyTagClassName
{
color: #D9DA58;
}
</style>
background-color css
<style>
a { background-color: #D9DA58; }
a { background-color: rgb(217,218,88); }
div.DivClassName
{
background-color: #D9DA58;
}
.BgClassName
{
background-color: #D9DA58;
}
</style>
border-color css
<style>
span { border-color: #D9DA58; }
span { border-color: rgb(217,218,88); }
td.TdClassName
{
border-color: #D9DA58;
}
.TagClassName
{
border-color: #D9DA58;
}
</style>