Shades of Manz #D6DB57
Tints of Manz #D6DB57
RGB
CMYK
RGB Variations
Color information
#D6DB57 (or 0xD6DB57) is known color: Manz. HEX triplet: D6, DB and 57. RGB value is (214,219,87). Sum of RGB (Red+Green+Blue) = 214+219+87=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 87 (34.38% from 255 or 16.73% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DB57 is #2924A8. Grayscale: #CACACA. Windows color (decimal): -2696361 or 5757910. OLE color: 5757910.
HSL color Cylindrical-coordinate representation of color #D6DB57: hue angle of 62.27º 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 #D6DB57 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 219 | 87 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.14 |
| HSL | 62.27º | 0.65% | 0.6% | - |
| HSV(B) | 62.27º | 0.6% | 0.86% | - |
| XYZ | 54.78 | 65.65 | 18.8 | - |
| YUV | 202.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 219 | 87 | 0.02 | 0 | 0.60 | 0.14 | 62.27 | 0.65 | 0.6 |
| Hex | D6 | DB | 57 | 2 | 0 | 3C | E | 3E | 41 | 3C |
| Octal | 326 | 333 | 127 | 2 | 0 | 74 | 16 | 76 | 101 | 74 |
| Binary | 11010110 | 11011011 | 1010111 | 10 | 0 | 111100 | 1110 | 111110 | 1000001 | 111100 |
Color Harmonies of #D6DB57
Complementary color
Monochromatic Colors of #D6DB57
Black with #D6DB57
Text Example
Text Example
White with #D6DB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DB57; }
p { color: rgb(214,219,87); }
H1.HeaderClassName
{
color: #D6DB57;
}
.AnyTagClassName
{
color: #D6DB57;
}
</style>
background-color css
<style>
a { background-color: #D6DB57; }
a { background-color: rgb(214,219,87); }
div.DivClassName
{
background-color: #D6DB57;
}
.BgClassName
{
background-color: #D6DB57;
}
</style>
border-color css
<style>
span { border-color: #D6DB57; }
span { border-color: rgb(214,219,87); }
td.TdClassName
{
border-color: #D6DB57;
}
.TagClassName
{
border-color: #D6DB57;
}
</style>