Shades of Manz #D8DB56
Tints of Manz #D8DB56
RGB
CMYK
RGB Variations
Color information
#D8DB56 (or 0xD8DB56) is known color: Manz. HEX triplet: D8, DB and 56. RGB value is (216,219,86). Sum of RGB (Red+Green+Blue) = 216+219+86=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DB56 is #2724A9. Grayscale: #CBCBCB. Windows color (decimal): -2565290 or 5692376. OLE color: 5692376.
HSL color Cylindrical-coordinate representation of color #D8DB56: hue angle of 61.35º 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 #D8DB56 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 86 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.14 |
| HSL | 61.35º | 0.65% | 0.6% | - |
| HSV(B) | 61.35º | 0.61% | 0.86% | - |
| XYZ | 55.33 | 65.93 | 18.61 | - |
| YUV | 202.94 | 62.01 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 86 | 0.01 | 0 | 0.61 | 0.14 | 61.35 | 0.65 | 0.6 |
| Hex | D8 | DB | 56 | 1 | 0 | 3D | E | 3D | 41 | 3C |
| Octal | 330 | 333 | 126 | 1 | 0 | 75 | 16 | 75 | 101 | 74 |
| Binary | 11011000 | 11011011 | 1010110 | 1 | 0 | 111101 | 1110 | 111101 | 1000001 | 111100 |
Color Harmonies of #D8DB56
Complementary color
Monochromatic Colors of #D8DB56
Black with #D8DB56
Text Example
Text Example
White with #D8DB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB56; }
p { color: rgb(216,219,86); }
H1.HeaderClassName
{
color: #D8DB56;
}
.AnyTagClassName
{
color: #D8DB56;
}
</style>
background-color css
<style>
a { background-color: #D8DB56; }
a { background-color: rgb(216,219,86); }
div.DivClassName
{
background-color: #D8DB56;
}
.BgClassName
{
background-color: #D8DB56;
}
</style>
border-color css
<style>
span { border-color: #D8DB56; }
span { border-color: rgb(216,219,86); }
td.TdClassName
{
border-color: #D8DB56;
}
.TagClassName
{
border-color: #D8DB56;
}
</style>