Shades of Manz #D9DD4C
Tints of Manz #D9DD4C
RGB
CMYK
RGB Variations
Color information
#D9DD4C (or 0xD9DD4C) is known color: Manz. HEX triplet: D9, DD and 4C. RGB value is (217,221,76). Sum of RGB (Red+Green+Blue) = 217+221+76=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 76 (30.08% from 255 or 14.79% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD4C is #2622B3. Grayscale: #CBCBCB. Windows color (decimal): -2499252 or 5037529. OLE color: 5037529.
HSL color Cylindrical-coordinate representation of color #D9DD4C: hue angle of 61.66º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9DD4C is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 76 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.13 |
| HSL | 61.66º | 0.68% | 0.58% | - |
| HSV(B) | 61.66º | 0.66% | 0.87% | - |
| XYZ | 55.78 | 66.99 | 16.83 | - |
| YUV | 203.27 | 56.17 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 76 | 0.02 | 0 | 0.66 | 0.13 | 61.66 | 0.68 | 0.58 |
| Hex | D9 | DD | 4C | 2 | 0 | 42 | D | 3E | 44 | 3A |
| Octal | 331 | 335 | 114 | 2 | 0 | 102 | 15 | 76 | 104 | 72 |
| Binary | 11011001 | 11011101 | 1001100 | 10 | 0 | 1000010 | 1101 | 111110 | 1000100 | 111010 |
Color Harmonies of #D9DD4C
Complementary color
Monochromatic Colors of #D9DD4C
Black with #D9DD4C
Text Example
Text Example
White with #D9DD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD4C; }
p { color: rgb(217,221,76); }
H1.HeaderClassName
{
color: #D9DD4C;
}
.AnyTagClassName
{
color: #D9DD4C;
}
</style>
background-color css
<style>
a { background-color: #D9DD4C; }
a { background-color: rgb(217,221,76); }
div.DivClassName
{
background-color: #D9DD4C;
}
.BgClassName
{
background-color: #D9DD4C;
}
</style>
border-color css
<style>
span { border-color: #D9DD4C; }
span { border-color: rgb(217,221,76); }
td.TdClassName
{
border-color: #D9DD4C;
}
.TagClassName
{
border-color: #D9DD4C;
}
</style>