Shades of Manz #D9DC4F
Tints of Manz #D9DC4F
RGB
CMYK
RGB Variations
Color information
#D9DC4F (or 0xD9DC4F) is known color: Manz. HEX triplet: D9, DC and 4F. RGB value is (217,220,79). Sum of RGB (Red+Green+Blue) = 217+220+79=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 79 (31.25% from 255 or 15.31% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC4F is #2623B0. Grayscale: #CBCBCB. Windows color (decimal): -2499505 or 5233881. OLE color: 5233881.
HSL color Cylindrical-coordinate representation of color #D9DC4F: hue angle of 61.28º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9DC4F is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 79 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.14 |
| HSL | 61.28º | 0.67% | 0.59% | - |
| HSV(B) | 61.28º | 0.64% | 0.86% | - |
| XYZ | 55.62 | 66.5 | 17.3 | - |
| YUV | 203.03 | 58.01 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 79 | 0.01 | 0 | 0.64 | 0.14 | 61.28 | 0.67 | 0.59 |
| Hex | D9 | DC | 4F | 1 | 0 | 40 | E | 3D | 43 | 3B |
| Octal | 331 | 334 | 117 | 1 | 0 | 100 | 16 | 75 | 103 | 73 |
| Binary | 11011001 | 11011100 | 1001111 | 1 | 0 | 1000000 | 1110 | 111101 | 1000011 | 111011 |
Color Harmonies of #D9DC4F
Complementary color
Monochromatic Colors of #D9DC4F
Black with #D9DC4F
Text Example
Text Example
White with #D9DC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC4F; }
p { color: rgb(217,220,79); }
H1.HeaderClassName
{
color: #D9DC4F;
}
.AnyTagClassName
{
color: #D9DC4F;
}
</style>
background-color css
<style>
a { background-color: #D9DC4F; }
a { background-color: rgb(217,220,79); }
div.DivClassName
{
background-color: #D9DC4F;
}
.BgClassName
{
background-color: #D9DC4F;
}
</style>
border-color css
<style>
span { border-color: #D9DC4F; }
span { border-color: rgb(217,220,79); }
td.TdClassName
{
border-color: #D9DC4F;
}
.TagClassName
{
border-color: #D9DC4F;
}
</style>