Shades of Manz #DBD84F
Tints of Manz #DBD84F
RGB
CMYK
RGB Variations
Color information
#DBD84F (or 0xDBD84F) is known color: Manz. HEX triplet: DB, D8 and 4F. RGB value is (219,216,79). Sum of RGB (Red+Green+Blue) = 219+216+79=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD84F is #2427B0. Grayscale: #C9C9C9. Windows color (decimal): -2369457 or 5232859. OLE color: 5232859.
HSL color Cylindrical-coordinate representation of color #DBD84F: hue angle of 58.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBD84F is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 79 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.14 |
| HSL | 58.71º | 0.66% | 0.58% | - |
| HSV(B) | 58.71º | 0.64% | 0.86% | - |
| XYZ | 55.18 | 64.74 | 16.98 | - |
| YUV | 201.28 | 58.99 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 79 | 0 | 0.01 | 0.64 | 0.14 | 58.71 | 0.66 | 0.58 |
| Hex | DB | D8 | 4F | 0 | 1 | 40 | E | 3B | 42 | 3A |
| Octal | 333 | 330 | 117 | 0 | 1 | 100 | 16 | 73 | 102 | 72 |
| Binary | 11011011 | 11011000 | 1001111 | 0 | 1 | 1000000 | 1110 | 111011 | 1000010 | 111010 |
Color Harmonies of #DBD84F
Complementary color
Monochromatic Colors of #DBD84F
Black with #DBD84F
Text Example
Text Example
White with #DBD84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD84F; }
p { color: rgb(219,216,79); }
H1.HeaderClassName
{
color: #DBD84F;
}
.AnyTagClassName
{
color: #DBD84F;
}
</style>
background-color css
<style>
a { background-color: #DBD84F; }
a { background-color: rgb(219,216,79); }
div.DivClassName
{
background-color: #DBD84F;
}
.BgClassName
{
background-color: #DBD84F;
}
</style>
border-color css
<style>
span { border-color: #DBD84F; }
span { border-color: rgb(219,216,79); }
td.TdClassName
{
border-color: #DBD84F;
}
.TagClassName
{
border-color: #DBD84F;
}
</style>