Shades of Manz #D6DB55
Tints of Manz #D6DB55
RGB
CMYK
RGB Variations
Color information
#D6DB55 (or 0xD6DB55) is known color: Manz. HEX triplet: D6, DB and 55. RGB value is (214,219,85). Sum of RGB (Red+Green+Blue) = 214+219+85=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DB55 is #2924AA. Grayscale: #CACACA. Windows color (decimal): -2696363 or 5626838. OLE color: 5626838.
HSL color Cylindrical-coordinate representation of color #D6DB55: hue angle of 62.24º degrees, saturation: 0.65, 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 #D6DB55 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 219 | 85 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.14 |
| HSL | 62.24º | 0.65% | 0.6% | - |
| HSV(B) | 62.24º | 0.61% | 0.86% | - |
| XYZ | 54.7 | 65.62 | 18.38 | - |
| YUV | 202.23 | 61.84 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 219 | 85 | 0.02 | 0 | 0.61 | 0.14 | 62.24 | 0.65 | 0.6 |
| Hex | D6 | DB | 55 | 2 | 0 | 3D | E | 3E | 41 | 3C |
| Octal | 326 | 333 | 125 | 2 | 0 | 75 | 16 | 76 | 101 | 74 |
| Binary | 11010110 | 11011011 | 1010101 | 10 | 0 | 111101 | 1110 | 111110 | 1000001 | 111100 |
Color Harmonies of #D6DB55
Complementary color
Monochromatic Colors of #D6DB55
Black with #D6DB55
Text Example
Text Example
White with #D6DB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DB55; }
p { color: rgb(214,219,85); }
H1.HeaderClassName
{
color: #D6DB55;
}
.AnyTagClassName
{
color: #D6DB55;
}
</style>
background-color css
<style>
a { background-color: #D6DB55; }
a { background-color: rgb(214,219,85); }
div.DivClassName
{
background-color: #D6DB55;
}
.BgClassName
{
background-color: #D6DB55;
}
</style>
border-color css
<style>
span { border-color: #D6DB55; }
span { border-color: rgb(214,219,85); }
td.TdClassName
{
border-color: #D6DB55;
}
.TagClassName
{
border-color: #D6DB55;
}
</style>