Shades of Manz #DBD84A
Tints of Manz #DBD84A
RGB
CMYK
RGB Variations
Color information
#DBD84A (or 0xDBD84A) is known color: Manz. HEX triplet: DB, D8 and 4A. RGB value is (219,216,74). Sum of RGB (Red+Green+Blue) = 219+216+74=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD84A is #2427B5. Grayscale: #C9C9C9. Windows color (decimal): -2369462 or 4905179. OLE color: 4905179.
HSL color Cylindrical-coordinate representation of color #DBD84A: hue angle of 58.76º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBD84A is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 74 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.14 |
| HSL | 58.76º | 0.67% | 0.57% | - |
| HSV(B) | 58.76º | 0.66% | 0.86% | - |
| XYZ | 55.01 | 64.67 | 16.06 | - |
| YUV | 200.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 74 | 0 | 0.01 | 0.66 | 0.14 | 58.76 | 0.67 | 0.57 |
| Hex | DB | D8 | 4A | 0 | 1 | 42 | E | 3B | 43 | 39 |
| Octal | 333 | 330 | 112 | 0 | 1 | 102 | 16 | 73 | 103 | 71 |
| Binary | 11011011 | 11011000 | 1001010 | 0 | 1 | 1000010 | 1110 | 111011 | 1000011 | 111001 |
Color Harmonies of #DBD84A
Complementary color
Monochromatic Colors of #DBD84A
Black with #DBD84A
Text Example
Text Example
White with #DBD84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD84A; }
p { color: rgb(219,216,74); }
H1.HeaderClassName
{
color: #DBD84A;
}
.AnyTagClassName
{
color: #DBD84A;
}
</style>
background-color css
<style>
a { background-color: #DBD84A; }
a { background-color: rgb(219,216,74); }
div.DivClassName
{
background-color: #DBD84A;
}
.BgClassName
{
background-color: #DBD84A;
}
</style>
border-color css
<style>
span { border-color: #DBD84A; }
span { border-color: rgb(219,216,74); }
td.TdClassName
{
border-color: #DBD84A;
}
.TagClassName
{
border-color: #DBD84A;
}
</style>