Shades of Manz #D6DC58
Tints of Manz #D6DC58
RGB
CMYK
RGB Variations
Color information
#D6DC58 (or 0xD6DC58) is known color: Manz. HEX triplet: D6, DC and 58. RGB value is (214,220,88). Sum of RGB (Red+Green+Blue) = 214+220+88=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DC58 is #2923A7. Grayscale: #CBCBCB. Windows color (decimal): -2696104 or 5823702. OLE color: 5823702.
HSL color Cylindrical-coordinate representation of color #D6DC58: hue angle of 62.73º 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 #D6DC58 is Cyan = 0.03, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 220 | 88 | - |
| CMYK | 0.03 | 0 | 0.6 | 0.14 |
| HSL | 62.73º | 0.65% | 0.6% | - |
| HSV(B) | 62.73º | 0.6% | 0.86% | - |
| XYZ | 55.09 | 66.19 | 19.1 | - |
| YUV | 203.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 88 | 0.03 | 0 | 0.6 | 0.14 | 62.73 | 0.65 | 0.6 |
| Hex | D6 | DC | 58 | 3 | 0 | 3C | E | 3F | 41 | 3C |
| Octal | 326 | 334 | 130 | 3 | 0 | 74 | 16 | 77 | 101 | 74 |
| Binary | 11010110 | 11011100 | 1011000 | 11 | 0 | 111100 | 1110 | 111111 | 1000001 | 111100 |
Color Harmonies of #D6DC58
Complementary color
Monochromatic Colors of #D6DC58
Black with #D6DC58
Text Example
Text Example
White with #D6DC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DC58; }
p { color: rgb(214,220,88); }
H1.HeaderClassName
{
color: #D6DC58;
}
.AnyTagClassName
{
color: #D6DC58;
}
</style>
background-color css
<style>
a { background-color: #D6DC58; }
a { background-color: rgb(214,220,88); }
div.DivClassName
{
background-color: #D6DC58;
}
.BgClassName
{
background-color: #D6DC58;
}
</style>
border-color css
<style>
span { border-color: #D6DC58; }
span { border-color: rgb(214,220,88); }
td.TdClassName
{
border-color: #D6DC58;
}
.TagClassName
{
border-color: #D6DC58;
}
</style>