Shades of Manz #D9DB4C
Tints of Manz #D9DB4C
RGB
CMYK
RGB Variations
Color information
#D9DB4C (or 0xD9DB4C) is known color: Manz. HEX triplet: D9, DB and 4C. RGB value is (217,219,76). Sum of RGB (Red+Green+Blue) = 217+219+76=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DB4C is #2624B3. Grayscale: #CACACA. Windows color (decimal): -2499764 or 5037017. OLE color: 5037017.
HSL color Cylindrical-coordinate representation of color #D9DB4C: hue angle of 60.84º 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 #D9DB4C is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 76 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.14 |
| HSL | 60.84º | 0.67% | 0.58% | - |
| HSV(B) | 60.84º | 0.65% | 0.86% | - |
| XYZ | 55.25 | 65.94 | 16.65 | - |
| YUV | 202.1 | 56.84 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 76 | 0.01 | 0 | 0.65 | 0.14 | 60.84 | 0.67 | 0.58 |
| Hex | D9 | DB | 4C | 1 | 0 | 41 | E | 3D | 43 | 3A |
| Octal | 331 | 333 | 114 | 1 | 0 | 101 | 16 | 75 | 103 | 72 |
| Binary | 11011001 | 11011011 | 1001100 | 1 | 0 | 1000001 | 1110 | 111101 | 1000011 | 111010 |
Color Harmonies of #D9DB4C
Complementary color
Monochromatic Colors of #D9DB4C
Black with #D9DB4C
Text Example
Text Example
White with #D9DB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DB4C; }
p { color: rgb(217,219,76); }
H1.HeaderClassName
{
color: #D9DB4C;
}
.AnyTagClassName
{
color: #D9DB4C;
}
</style>
background-color css
<style>
a { background-color: #D9DB4C; }
a { background-color: rgb(217,219,76); }
div.DivClassName
{
background-color: #D9DB4C;
}
.BgClassName
{
background-color: #D9DB4C;
}
</style>
border-color css
<style>
span { border-color: #D9DB4C; }
span { border-color: rgb(217,219,76); }
td.TdClassName
{
border-color: #D9DB4C;
}
.TagClassName
{
border-color: #D9DB4C;
}
</style>