Shades of Manz #D9DA4C
Tints of Manz #D9DA4C
RGB
CMYK
RGB Variations
Color information
#D9DA4C (or 0xD9DA4C) is known color: Manz. HEX triplet: D9, DA and 4C. RGB value is (217,218,76). Sum of RGB (Red+Green+Blue) = 217+218+76=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DA4C is #2625B3. Grayscale: #CACACA. Windows color (decimal): -2500020 or 5036761. OLE color: 5036761.
HSL color Cylindrical-coordinate representation of color #D9DA4C: hue angle of 60.42º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9DA4C is Cyan = 0.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 76 | - |
| CMYK | 0.00 | 0 | 0.65 | 0.15 |
| HSL | 60.42º | 0.66% | 0.58% | - |
| HSV(B) | 60.42º | 0.65% | 0.85% | - |
| XYZ | 54.99 | 65.42 | 16.57 | - |
| YUV | 201.51 | 57.17 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 76 | 0.00 | 0 | 0.65 | 0.15 | 60.42 | 0.66 | 0.58 |
| Hex | D9 | DA | 4C | 0 | 0 | 41 | F | 3C | 42 | 3A |
| Octal | 331 | 332 | 114 | 0 | 0 | 101 | 17 | 74 | 102 | 72 |
| Binary | 11011001 | 11011010 | 1001100 | 0 | 0 | 1000001 | 1111 | 111100 | 1000010 | 111010 |
Color Harmonies of #D9DA4C
Complementary color
Monochromatic Colors of #D9DA4C
Black with #D9DA4C
Text Example
Text Example
White with #D9DA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DA4C; }
p { color: rgb(217,218,76); }
H1.HeaderClassName
{
color: #D9DA4C;
}
.AnyTagClassName
{
color: #D9DA4C;
}
</style>
background-color css
<style>
a { background-color: #D9DA4C; }
a { background-color: rgb(217,218,76); }
div.DivClassName
{
background-color: #D9DA4C;
}
.BgClassName
{
background-color: #D9DA4C;
}
</style>
border-color css
<style>
span { border-color: #D9DA4C; }
span { border-color: rgb(217,218,76); }
td.TdClassName
{
border-color: #D9DA4C;
}
.TagClassName
{
border-color: #D9DA4C;
}
</style>