Shades of Manz #D9DC5E
Tints of Manz #D9DC5E
RGB
CMYK
RGB Variations
Color information
#D9DC5E (or 0xD9DC5E) is known color: Manz. HEX triplet: D9, DC and 5E. RGB value is (217,220,94). Sum of RGB (Red+Green+Blue) = 217+220+94=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC5E is #2623A1. Grayscale: #CDCDCD. Windows color (decimal): -2499490 or 6216921. OLE color: 6216921.
HSL color Cylindrical-coordinate representation of color #D9DC5E: hue angle of 61.43º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9DC5E is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 94 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.14 |
| HSL | 61.43º | 0.64% | 0.62% | - |
| HSV(B) | 61.43º | 0.57% | 0.86% | - |
| XYZ | 56.23 | 66.75 | 20.51 | - |
| YUV | 204.74 | 65.51 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 94 | 0.01 | 0 | 0.57 | 0.14 | 61.43 | 0.64 | 0.62 |
| Hex | D9 | DC | 5E | 1 | 0 | 39 | E | 3D | 40 | 3E |
| Octal | 331 | 334 | 136 | 1 | 0 | 71 | 16 | 75 | 100 | 76 |
| Binary | 11011001 | 11011100 | 1011110 | 1 | 0 | 111001 | 1110 | 111101 | 1000000 | 111110 |
Color Harmonies of #D9DC5E
Complementary color
Monochromatic Colors of #D9DC5E
Black with #D9DC5E
Text Example
Text Example
White with #D9DC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC5E; }
p { color: rgb(217,220,94); }
H1.HeaderClassName
{
color: #D9DC5E;
}
.AnyTagClassName
{
color: #D9DC5E;
}
</style>
background-color css
<style>
a { background-color: #D9DC5E; }
a { background-color: rgb(217,220,94); }
div.DivClassName
{
background-color: #D9DC5E;
}
.BgClassName
{
background-color: #D9DC5E;
}
</style>
border-color css
<style>
span { border-color: #D9DC5E; }
span { border-color: rgb(217,220,94); }
td.TdClassName
{
border-color: #D9DC5E;
}
.TagClassName
{
border-color: #D9DC5E;
}
</style>