Shades of Manz #D6DC55
Tints of Manz #D6DC55
RGB
CMYK
RGB Variations
Color information
#D6DC55 (or 0xD6DC55) is known color: Manz. HEX triplet: D6, DC and 55. RGB value is (214,220,85). Sum of RGB (Red+Green+Blue) = 214+220+85=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DC55 is #2923AA. Grayscale: #CBCBCB. Windows color (decimal): -2696107 or 5627094. OLE color: 5627094.
HSL color Cylindrical-coordinate representation of color #D6DC55: hue angle of 62.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6DC55 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 220 | 85 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.14 |
| HSL | 62.67º | 0.66% | 0.6% | - |
| HSV(B) | 62.67º | 0.61% | 0.86% | - |
| XYZ | 54.96 | 66.14 | 18.46 | - |
| YUV | 202.82 | 61.51 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 85 | 0.03 | 0 | 0.61 | 0.14 | 62.67 | 0.66 | 0.6 |
| Hex | D6 | DC | 55 | 3 | 0 | 3D | E | 3F | 42 | 3C |
| Octal | 326 | 334 | 125 | 3 | 0 | 75 | 16 | 77 | 102 | 74 |
| Binary | 11010110 | 11011100 | 1010101 | 11 | 0 | 111101 | 1110 | 111111 | 1000010 | 111100 |
Color Harmonies of #D6DC55
Complementary color
Monochromatic Colors of #D6DC55
Black with #D6DC55
Text Example
Text Example
White with #D6DC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DC55; }
p { color: rgb(214,220,85); }
H1.HeaderClassName
{
color: #D6DC55;
}
.AnyTagClassName
{
color: #D6DC55;
}
</style>
background-color css
<style>
a { background-color: #D6DC55; }
a { background-color: rgb(214,220,85); }
div.DivClassName
{
background-color: #D6DC55;
}
.BgClassName
{
background-color: #D6DC55;
}
</style>
border-color css
<style>
span { border-color: #D6DC55; }
span { border-color: rgb(214,220,85); }
td.TdClassName
{
border-color: #D6DC55;
}
.TagClassName
{
border-color: #D6DC55;
}
</style>