Shades of Manz #D1D94D
Tints of Manz #D1D94D
RGB
CMYK
RGB Variations
Color information
#D1D94D (or 0xD1D94D) is known color: Manz. HEX triplet: D1, D9 and 4D. RGB value is (209,217,77). Sum of RGB (Red+Green+Blue) = 209+217+77=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D94D is #2E26B2. Grayscale: #C7C7C7. Windows color (decimal): -3024563 or 5102033. OLE color: 5102033.
HSL color Cylindrical-coordinate representation of color #D1D94D: hue angle of 63.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1D94D is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 77 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.15 |
| HSL | 63.43º | 0.65% | 0.58% | - |
| HSV(B) | 63.43º | 0.65% | 0.85% | - |
| XYZ | 52.45 | 63.72 | 16.56 | - |
| YUV | 198.65 | 59.35 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 77 | 0.04 | 0 | 0.65 | 0.15 | 63.43 | 0.65 | 0.58 |
| Hex | D1 | D9 | 4D | 4 | 0 | 41 | F | 3F | 41 | 3A |
| Octal | 321 | 331 | 115 | 4 | 0 | 101 | 17 | 77 | 101 | 72 |
| Binary | 11010001 | 11011001 | 1001101 | 100 | 0 | 1000001 | 1111 | 111111 | 1000001 | 111010 |
Color Harmonies of #D1D94D
Complementary color
Monochromatic Colors of #D1D94D
Black with #D1D94D
Text Example
Text Example
White with #D1D94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D94D; }
p { color: rgb(209,217,77); }
H1.HeaderClassName
{
color: #D1D94D;
}
.AnyTagClassName
{
color: #D1D94D;
}
</style>
background-color css
<style>
a { background-color: #D1D94D; }
a { background-color: rgb(209,217,77); }
div.DivClassName
{
background-color: #D1D94D;
}
.BgClassName
{
background-color: #D1D94D;
}
</style>
border-color css
<style>
span { border-color: #D1D94D; }
span { border-color: rgb(209,217,77); }
td.TdClassName
{
border-color: #D1D94D;
}
.TagClassName
{
border-color: #D1D94D;
}
</style>