Shades of Manz #D1D85C
Tints of Manz #D1D85C
RGB
CMYK
RGB Variations
Color information
#D1D85C (or 0xD1D85C) is known color: Manz. HEX triplet: D1, D8 and 5C. RGB value is (209,216,92). Sum of RGB (Red+Green+Blue) = 209+216+92=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D85C is #2E27A3. Grayscale: #C8C8C8. Windows color (decimal): -3024804 or 6084817. OLE color: 6084817.
HSL color Cylindrical-coordinate representation of color #D1D85C: hue angle of 63.39º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1D85C is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 92 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.15 |
| HSL | 63.39º | 0.61% | 0.6% | - |
| HSV(B) | 63.39º | 0.57% | 0.85% | - |
| XYZ | 52.78 | 63.44 | 19.59 | - |
| YUV | 199.77 | 67.18 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 92 | 0.03 | 0 | 0.57 | 0.15 | 63.39 | 0.61 | 0.6 |
| Hex | D1 | D8 | 5C | 3 | 0 | 39 | F | 3F | 3D | 3C |
| Octal | 321 | 330 | 134 | 3 | 0 | 71 | 17 | 77 | 75 | 74 |
| Binary | 11010001 | 11011000 | 1011100 | 11 | 0 | 111001 | 1111 | 111111 | 111101 | 111100 |
Color Harmonies of #D1D85C
Complementary color
Monochromatic Colors of #D1D85C
Black with #D1D85C
Text Example
Text Example
White with #D1D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D85C; }
p { color: rgb(209,216,92); }
H1.HeaderClassName
{
color: #D1D85C;
}
.AnyTagClassName
{
color: #D1D85C;
}
</style>
background-color css
<style>
a { background-color: #D1D85C; }
a { background-color: rgb(209,216,92); }
div.DivClassName
{
background-color: #D1D85C;
}
.BgClassName
{
background-color: #D1D85C;
}
</style>
border-color css
<style>
span { border-color: #D1D85C; }
span { border-color: rgb(209,216,92); }
td.TdClassName
{
border-color: #D1D85C;
}
.TagClassName
{
border-color: #D1D85C;
}
</style>