Shades of Manz #D9DD4A
Tints of Manz #D9DD4A
RGB
CMYK
RGB Variations
Color information
#D9DD4A (or 0xD9DD4A) is known color: Manz. HEX triplet: D9, DD and 4A. RGB value is (217,221,74). Sum of RGB (Red+Green+Blue) = 217+221+74=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD4A is #2622B5. Grayscale: #CBCBCB. Windows color (decimal): -2499254 or 4906457. OLE color: 4906457.
HSL color Cylindrical-coordinate representation of color #D9DD4A: hue angle of 61.63º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9DD4A is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 74 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.13 |
| HSL | 61.63º | 0.68% | 0.58% | - |
| HSV(B) | 61.63º | 0.67% | 0.87% | - |
| XYZ | 55.71 | 66.96 | 16.47 | - |
| YUV | 203.05 | 55.17 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 74 | 0.02 | 0 | 0.67 | 0.13 | 61.63 | 0.68 | 0.58 |
| Hex | D9 | DD | 4A | 2 | 0 | 43 | D | 3E | 44 | 3A |
| Octal | 331 | 335 | 112 | 2 | 0 | 103 | 15 | 76 | 104 | 72 |
| Binary | 11011001 | 11011101 | 1001010 | 10 | 0 | 1000011 | 1101 | 111110 | 1000100 | 111010 |
Color Harmonies of #D9DD4A
Complementary color
Monochromatic Colors of #D9DD4A
Black with #D9DD4A
Text Example
Text Example
White with #D9DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD4A; }
p { color: rgb(217,221,74); }
H1.HeaderClassName
{
color: #D9DD4A;
}
.AnyTagClassName
{
color: #D9DD4A;
}
</style>
background-color css
<style>
a { background-color: #D9DD4A; }
a { background-color: rgb(217,221,74); }
div.DivClassName
{
background-color: #D9DD4A;
}
.BgClassName
{
background-color: #D9DD4A;
}
</style>
border-color css
<style>
span { border-color: #D9DD4A; }
span { border-color: rgb(217,221,74); }
td.TdClassName
{
border-color: #D9DD4A;
}
.TagClassName
{
border-color: #D9DD4A;
}
</style>