Shades of Manz #D9DB50
Tints of Manz #D9DB50
RGB
CMYK
RGB Variations
Color information
#D9DB50 (or 0xD9DB50) is known color: Manz. HEX triplet: D9, DB and 50. RGB value is (217,219,80). Sum of RGB (Red+Green+Blue) = 217+219+80=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DB50 is #2624AF. Grayscale: #CBCBCB. Windows color (decimal): -2499760 or 5299161. OLE color: 5299161.
HSL color Cylindrical-coordinate representation of color #D9DB50: hue angle of 60.86º 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 #D9DB50 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 80 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.14 |
| HSL | 60.86º | 0.66% | 0.59% | - |
| HSV(B) | 60.86º | 0.63% | 0.86% | - |
| XYZ | 55.39 | 65.99 | 17.41 | - |
| YUV | 202.56 | 58.84 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 80 | 0.01 | 0 | 0.63 | 0.14 | 60.86 | 0.66 | 0.59 |
| Hex | D9 | DB | 50 | 1 | 0 | 3F | E | 3D | 42 | 3B |
| Octal | 331 | 333 | 120 | 1 | 0 | 77 | 16 | 75 | 102 | 73 |
| Binary | 11011001 | 11011011 | 1010000 | 1 | 0 | 111111 | 1110 | 111101 | 1000010 | 111011 |
Color Harmonies of #D9DB50
Complementary color
Monochromatic Colors of #D9DB50
Black with #D9DB50
Text Example
Text Example
White with #D9DB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DB50; }
p { color: rgb(217,219,80); }
H1.HeaderClassName
{
color: #D9DB50;
}
.AnyTagClassName
{
color: #D9DB50;
}
</style>
background-color css
<style>
a { background-color: #D9DB50; }
a { background-color: rgb(217,219,80); }
div.DivClassName
{
background-color: #D9DB50;
}
.BgClassName
{
background-color: #D9DB50;
}
</style>
border-color css
<style>
span { border-color: #D9DB50; }
span { border-color: rgb(217,219,80); }
td.TdClassName
{
border-color: #D9DB50;
}
.TagClassName
{
border-color: #D9DB50;
}
</style>