Shades of Manz #D8DB58
Tints of Manz #D8DB58
RGB
CMYK
RGB Variations
Color information
#D8DB58 (or 0xD8DB58) is known color: Manz. HEX triplet: D8, DB and 58. RGB value is (216,219,88). Sum of RGB (Red+Green+Blue) = 216+219+88=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 88 (34.77% from 255 or 16.83% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DB58 is #2724A7. Grayscale: #CBCBCB. Windows color (decimal): -2565288 or 5823448. OLE color: 5823448.
HSL color Cylindrical-coordinate representation of color #D8DB58: hue angle of 61.37º 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 #D8DB58 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 88 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.14 |
| HSL | 61.37º | 0.65% | 0.6% | - |
| HSV(B) | 61.37º | 0.6% | 0.86% | - |
| XYZ | 55.41 | 65.97 | 19.04 | - |
| YUV | 203.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 88 | 0.01 | 0 | 0.60 | 0.14 | 61.37 | 0.65 | 0.6 |
| Hex | D8 | DB | 58 | 1 | 0 | 3C | E | 3D | 41 | 3C |
| Octal | 330 | 333 | 130 | 1 | 0 | 74 | 16 | 75 | 101 | 74 |
| Binary | 11011000 | 11011011 | 1011000 | 1 | 0 | 111100 | 1110 | 111101 | 1000001 | 111100 |
Color Harmonies of #D8DB58
Complementary color
Monochromatic Colors of #D8DB58
Black with #D8DB58
Text Example
Text Example
White with #D8DB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB58; }
p { color: rgb(216,219,88); }
H1.HeaderClassName
{
color: #D8DB58;
}
.AnyTagClassName
{
color: #D8DB58;
}
</style>
background-color css
<style>
a { background-color: #D8DB58; }
a { background-color: rgb(216,219,88); }
div.DivClassName
{
background-color: #D8DB58;
}
.BgClassName
{
background-color: #D8DB58;
}
</style>
border-color css
<style>
span { border-color: #D8DB58; }
span { border-color: rgb(216,219,88); }
td.TdClassName
{
border-color: #D8DB58;
}
.TagClassName
{
border-color: #D8DB58;
}
</style>