Shades of Manz #D9DF5E
Tints of Manz #D9DF5E
RGB
CMYK
RGB Variations
Color information
#D9DF5E (or 0xD9DF5E) is known color: Manz. HEX triplet: D9, DF and 5E. RGB value is (217,223,94). Sum of RGB (Red+Green+Blue) = 217+223+94=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DF5E is #2620A1. Grayscale: #CFCFCF. Windows color (decimal): -2498722 or 6217689. OLE color: 6217689.
HSL color Cylindrical-coordinate representation of color #D9DF5E: hue angle of 62.79º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9DF5E is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 94 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.13 |
| HSL | 62.79º | 0.67% | 0.62% | - |
| HSV(B) | 62.79º | 0.58% | 0.87% | - |
| XYZ | 57.02 | 68.34 | 20.77 | - |
| YUV | 206.5 | 64.51 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 94 | 0.03 | 0 | 0.58 | 0.13 | 62.79 | 0.67 | 0.62 |
| Hex | D9 | DF | 5E | 3 | 0 | 3A | D | 3F | 43 | 3E |
| Octal | 331 | 337 | 136 | 3 | 0 | 72 | 15 | 77 | 103 | 76 |
| Binary | 11011001 | 11011111 | 1011110 | 11 | 0 | 111010 | 1101 | 111111 | 1000011 | 111110 |
Color Harmonies of #D9DF5E
Complementary color
Monochromatic Colors of #D9DF5E
Black with #D9DF5E
Text Example
Text Example
White with #D9DF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DF5E; }
p { color: rgb(217,223,94); }
H1.HeaderClassName
{
color: #D9DF5E;
}
.AnyTagClassName
{
color: #D9DF5E;
}
</style>
background-color css
<style>
a { background-color: #D9DF5E; }
a { background-color: rgb(217,223,94); }
div.DivClassName
{
background-color: #D9DF5E;
}
.BgClassName
{
background-color: #D9DF5E;
}
</style>
border-color css
<style>
span { border-color: #D9DF5E; }
span { border-color: rgb(217,223,94); }
td.TdClassName
{
border-color: #D9DF5E;
}
.TagClassName
{
border-color: #D9DF5E;
}
</style>