Shades of Manz #D1D95C
Tints of Manz #D1D95C
RGB
CMYK
RGB Variations
Color information
#D1D95C (or 0xD1D95C) is known color: Manz. HEX triplet: D1, D9 and 5C. RGB value is (209,217,92). Sum of RGB (Red+Green+Blue) = 209+217+92=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D95C is #2E26A3. Grayscale: #C8C8C8. Windows color (decimal): -3024548 or 6085073. OLE color: 6085073.
HSL color Cylindrical-coordinate representation of color #D1D95C: hue angle of 63.84º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1D95C is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 92 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.15 |
| HSL | 63.84º | 0.62% | 0.61% | - |
| HSV(B) | 63.84º | 0.58% | 0.85% | - |
| XYZ | 53.04 | 63.95 | 19.67 | - |
| YUV | 200.36 | 66.85 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 92 | 0.04 | 0 | 0.58 | 0.15 | 63.84 | 0.62 | 0.61 |
| Hex | D1 | D9 | 5C | 4 | 0 | 3A | F | 40 | 3E | 3D |
| Octal | 321 | 331 | 134 | 4 | 0 | 72 | 17 | 100 | 76 | 75 |
| Binary | 11010001 | 11011001 | 1011100 | 100 | 0 | 111010 | 1111 | 1000000 | 111110 | 111101 |
Color Harmonies of #D1D95C
Complementary color
Monochromatic Colors of #D1D95C
Black with #D1D95C
Text Example
Text Example
White with #D1D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D95C; }
p { color: rgb(209,217,92); }
H1.HeaderClassName
{
color: #D1D95C;
}
.AnyTagClassName
{
color: #D1D95C;
}
</style>
background-color css
<style>
a { background-color: #D1D95C; }
a { background-color: rgb(209,217,92); }
div.DivClassName
{
background-color: #D1D95C;
}
.BgClassName
{
background-color: #D1D95C;
}
</style>
border-color css
<style>
span { border-color: #D1D95C; }
span { border-color: rgb(209,217,92); }
td.TdClassName
{
border-color: #D1D95C;
}
.TagClassName
{
border-color: #D1D95C;
}
</style>