Shades of Manz #DBD44F
Tints of Manz #DBD44F
RGB
CMYK
RGB Variations
Color information
#DBD44F (or 0xDBD44F) is known color: Manz. HEX triplet: DB, D4 and 4F. RGB value is (219,212,79). Sum of RGB (Red+Green+Blue) = 219+212+79=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 79 (31.25% from 255 or 15.49% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD44F is #242BB0. Grayscale: #C7C7C7. Windows color (decimal): -2370481 or 5231835. OLE color: 5231835.
HSL color Cylindrical-coordinate representation of color #DBD44F: hue angle of 57º 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 #DBD44F is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 79 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.14 |
| HSL | 57º | 0.66% | 0.58% | - |
| HSV(B) | 57º | 0.64% | 0.86% | - |
| XYZ | 54.17 | 62.71 | 16.65 | - |
| YUV | 198.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 79 | 0 | 0.03 | 0.64 | 0.14 | 57 | 0.66 | 0.58 |
| Hex | DB | D4 | 4F | 0 | 3 | 40 | E | 39 | 42 | 3A |
| Octal | 333 | 324 | 117 | 0 | 3 | 100 | 16 | 71 | 102 | 72 |
| Binary | 11011011 | 11010100 | 1001111 | 0 | 11 | 1000000 | 1110 | 111001 | 1000010 | 111010 |
Color Harmonies of #DBD44F
Complementary color
Monochromatic Colors of #DBD44F
Black with #DBD44F
Text Example
Text Example
White with #DBD44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD44F; }
p { color: rgb(219,212,79); }
H1.HeaderClassName
{
color: #DBD44F;
}
.AnyTagClassName
{
color: #DBD44F;
}
</style>
background-color css
<style>
a { background-color: #DBD44F; }
a { background-color: rgb(219,212,79); }
div.DivClassName
{
background-color: #DBD44F;
}
.BgClassName
{
background-color: #DBD44F;
}
</style>
border-color css
<style>
span { border-color: #DBD44F; }
span { border-color: rgb(219,212,79); }
td.TdClassName
{
border-color: #DBD44F;
}
.TagClassName
{
border-color: #DBD44F;
}
</style>