Shades of Manz #DBD94F
Tints of Manz #DBD94F
RGB
CMYK
RGB Variations
Color information
#DBD94F (or 0xDBD94F) is known color: Manz. HEX triplet: DB, D9 and 4F. RGB value is (219,217,79). Sum of RGB (Red+Green+Blue) = 219+217+79=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 79 (31.25% from 255 or 15.34% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD94F is #2426B0. Grayscale: #CACACA. Windows color (decimal): -2369201 or 5233115. OLE color: 5233115.
HSL color Cylindrical-coordinate representation of color #DBD94F: hue angle of 59.14º 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 #DBD94F is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 79 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.14 |
| HSL | 59.14º | 0.66% | 0.58% | - |
| HSV(B) | 59.14º | 0.64% | 0.86% | - |
| XYZ | 55.44 | 65.25 | 17.07 | - |
| YUV | 201.87 | 58.66 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 79 | 0 | 0.01 | 0.64 | 0.14 | 59.14 | 0.66 | 0.58 |
| Hex | DB | D9 | 4F | 0 | 1 | 40 | E | 3B | 42 | 3A |
| Octal | 333 | 331 | 117 | 0 | 1 | 100 | 16 | 73 | 102 | 72 |
| Binary | 11011011 | 11011001 | 1001111 | 0 | 1 | 1000000 | 1110 | 111011 | 1000010 | 111010 |
Color Harmonies of #DBD94F
Complementary color
Monochromatic Colors of #DBD94F
Black with #DBD94F
Text Example
Text Example
White with #DBD94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD94F; }
p { color: rgb(219,217,79); }
H1.HeaderClassName
{
color: #DBD94F;
}
.AnyTagClassName
{
color: #DBD94F;
}
</style>
background-color css
<style>
a { background-color: #DBD94F; }
a { background-color: rgb(219,217,79); }
div.DivClassName
{
background-color: #DBD94F;
}
.BgClassName
{
background-color: #DBD94F;
}
</style>
border-color css
<style>
span { border-color: #DBD94F; }
span { border-color: rgb(219,217,79); }
td.TdClassName
{
border-color: #DBD94F;
}
.TagClassName
{
border-color: #DBD94F;
}
</style>