Shades of Manz #D1DC58
Tints of Manz #D1DC58
RGB
CMYK
RGB Variations
Color information
#D1DC58 (or 0xD1DC58) is known color: Manz. HEX triplet: D1, DC and 58. RGB value is (209,220,88). Sum of RGB (Red+Green+Blue) = 209+220+88=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 88 (34.77% from 255 or 17.02% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DC58 is #2E23A7. Grayscale: #CACACA. Windows color (decimal): -3023784 or 5823697. OLE color: 5823697.
HSL color Cylindrical-coordinate representation of color #D1DC58: hue angle of 65º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1DC58 is Cyan = 0.05, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 88 | - |
| CMYK | 0.05 | 0 | 0.6 | 0.14 |
| HSL | 65º | 0.65% | 0.6% | - |
| HSV(B) | 65º | 0.6% | 0.86% | - |
| XYZ | 53.65 | 65.45 | 19.04 | - |
| YUV | 201.66 | 63.86 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 88 | 0.05 | 0 | 0.6 | 0.14 | 65 | 0.65 | 0.6 |
| Hex | D1 | DC | 58 | 5 | 0 | 3C | E | 41 | 41 | 3C |
| Octal | 321 | 334 | 130 | 5 | 0 | 74 | 16 | 101 | 101 | 74 |
| Binary | 11010001 | 11011100 | 1011000 | 101 | 0 | 111100 | 1110 | 1000001 | 1000001 | 111100 |
Color Harmonies of #D1DC58
Complementary color
Monochromatic Colors of #D1DC58
Black with #D1DC58
Text Example
Text Example
White with #D1DC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DC58; }
p { color: rgb(209,220,88); }
H1.HeaderClassName
{
color: #D1DC58;
}
.AnyTagClassName
{
color: #D1DC58;
}
</style>
background-color css
<style>
a { background-color: #D1DC58; }
a { background-color: rgb(209,220,88); }
div.DivClassName
{
background-color: #D1DC58;
}
.BgClassName
{
background-color: #D1DC58;
}
</style>
border-color css
<style>
span { border-color: #D1DC58; }
span { border-color: rgb(209,220,88); }
td.TdClassName
{
border-color: #D1DC58;
}
.TagClassName
{
border-color: #D1DC58;
}
</style>