Shades of Manz #D9DC4D
Tints of Manz #D9DC4D
RGB
CMYK
RGB Variations
Color information
#D9DC4D (or 0xD9DC4D) is known color: Manz. HEX triplet: D9, DC and 4D. RGB value is (217,220,77). Sum of RGB (Red+Green+Blue) = 217+220+77=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC4D is #2623B2. Grayscale: #CBCBCB. Windows color (decimal): -2499507 or 5102809. OLE color: 5102809.
HSL color Cylindrical-coordinate representation of color #D9DC4D: hue angle of 61.26º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9DC4D is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 77 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.14 |
| HSL | 61.26º | 0.67% | 0.58% | - |
| HSV(B) | 61.26º | 0.65% | 0.86% | - |
| XYZ | 55.55 | 66.47 | 16.92 | - |
| YUV | 202.8 | 57.01 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 77 | 0.01 | 0 | 0.65 | 0.14 | 61.26 | 0.67 | 0.58 |
| Hex | D9 | DC | 4D | 1 | 0 | 41 | E | 3D | 43 | 3A |
| Octal | 331 | 334 | 115 | 1 | 0 | 101 | 16 | 75 | 103 | 72 |
| Binary | 11011001 | 11011100 | 1001101 | 1 | 0 | 1000001 | 1110 | 111101 | 1000011 | 111010 |
Color Harmonies of #D9DC4D
Complementary color
Monochromatic Colors of #D9DC4D
Black with #D9DC4D
Text Example
Text Example
White with #D9DC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC4D; }
p { color: rgb(217,220,77); }
H1.HeaderClassName
{
color: #D9DC4D;
}
.AnyTagClassName
{
color: #D9DC4D;
}
</style>
background-color css
<style>
a { background-color: #D9DC4D; }
a { background-color: rgb(217,220,77); }
div.DivClassName
{
background-color: #D9DC4D;
}
.BgClassName
{
background-color: #D9DC4D;
}
</style>
border-color css
<style>
span { border-color: #D9DC4D; }
span { border-color: rgb(217,220,77); }
td.TdClassName
{
border-color: #D9DC4D;
}
.TagClassName
{
border-color: #D9DC4D;
}
</style>