Shades of Manz #DBD84E
Tints of Manz #DBD84E
RGB
CMYK
RGB Variations
Color information
#DBD84E (or 0xDBD84E) is known color: Manz. HEX triplet: DB, D8 and 4E. RGB value is (219,216,78). Sum of RGB (Red+Green+Blue) = 219+216+78=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD84E is #2427B1. Grayscale: #C9C9C9. Windows color (decimal): -2369458 or 5167323. OLE color: 5167323.
HSL color Cylindrical-coordinate representation of color #DBD84E: hue angle of 58.72º 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 #DBD84E is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 78 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.14 |
| HSL | 58.72º | 0.66% | 0.58% | - |
| HSV(B) | 58.72º | 0.64% | 0.86% | - |
| XYZ | 55.14 | 64.72 | 16.79 | - |
| YUV | 201.17 | 58.49 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 78 | 0 | 0.01 | 0.64 | 0.14 | 58.72 | 0.66 | 0.58 |
| Hex | DB | D8 | 4E | 0 | 1 | 40 | E | 3B | 42 | 3A |
| Octal | 333 | 330 | 116 | 0 | 1 | 100 | 16 | 73 | 102 | 72 |
| Binary | 11011011 | 11011000 | 1001110 | 0 | 1 | 1000000 | 1110 | 111011 | 1000010 | 111010 |
Color Harmonies of #DBD84E
Complementary color
Monochromatic Colors of #DBD84E
Black with #DBD84E
Text Example
Text Example
White with #DBD84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD84E; }
p { color: rgb(219,216,78); }
H1.HeaderClassName
{
color: #DBD84E;
}
.AnyTagClassName
{
color: #DBD84E;
}
</style>
background-color css
<style>
a { background-color: #DBD84E; }
a { background-color: rgb(219,216,78); }
div.DivClassName
{
background-color: #DBD84E;
}
.BgClassName
{
background-color: #DBD84E;
}
</style>
border-color css
<style>
span { border-color: #DBD84E; }
span { border-color: rgb(219,216,78); }
td.TdClassName
{
border-color: #DBD84E;
}
.TagClassName
{
border-color: #DBD84E;
}
</style>