Shades of Manz #D8DB51
Tints of Manz #D8DB51
RGB
CMYK
RGB Variations
Color information
#D8DB51 (or 0xD8DB51) is known color: Manz. HEX triplet: D8, DB and 51. RGB value is (216,219,81). Sum of RGB (Red+Green+Blue) = 216+219+81=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 81 (32.03% from 255 or 15.70% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DB51 is #2724AE. Grayscale: #CACACA. Windows color (decimal): -2565295 or 5364696. OLE color: 5364696.
HSL color Cylindrical-coordinate representation of color #D8DB51: hue angle of 61.3º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8DB51 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 81 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.14 |
| HSL | 61.3º | 0.66% | 0.59% | - |
| HSV(B) | 61.3º | 0.63% | 0.86% | - |
| XYZ | 55.14 | 65.86 | 17.59 | - |
| YUV | 202.37 | 59.51 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 81 | 0.01 | 0 | 0.63 | 0.14 | 61.3 | 0.66 | 0.59 |
| Hex | D8 | DB | 51 | 1 | 0 | 3F | E | 3D | 42 | 3B |
| Octal | 330 | 333 | 121 | 1 | 0 | 77 | 16 | 75 | 102 | 73 |
| Binary | 11011000 | 11011011 | 1010001 | 1 | 0 | 111111 | 1110 | 111101 | 1000010 | 111011 |
Color Harmonies of #D8DB51
Complementary color
Monochromatic Colors of #D8DB51
Black with #D8DB51
Text Example
Text Example
White with #D8DB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB51; }
p { color: rgb(216,219,81); }
H1.HeaderClassName
{
color: #D8DB51;
}
.AnyTagClassName
{
color: #D8DB51;
}
</style>
background-color css
<style>
a { background-color: #D8DB51; }
a { background-color: rgb(216,219,81); }
div.DivClassName
{
background-color: #D8DB51;
}
.BgClassName
{
background-color: #D8DB51;
}
</style>
border-color css
<style>
span { border-color: #D8DB51; }
span { border-color: rgb(216,219,81); }
td.TdClassName
{
border-color: #D8DB51;
}
.TagClassName
{
border-color: #D8DB51;
}
</style>