Shades of Manz #DBD94C
Tints of Manz #DBD94C
RGB
CMYK
RGB Variations
Color information
#DBD94C (or 0xDBD94C) is known color: Manz. HEX triplet: DB, D9 and 4C. RGB value is (219,217,76). Sum of RGB (Red+Green+Blue) = 219+217+76=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD94C is #2426B3. Grayscale: #CACACA. Windows color (decimal): -2369204 or 5036507. OLE color: 5036507.
HSL color Cylindrical-coordinate representation of color #DBD94C: hue angle of 59.16º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBD94C is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 76 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.14 |
| HSL | 59.16º | 0.67% | 0.58% | - |
| HSV(B) | 59.16º | 0.65% | 0.86% | - |
| XYZ | 55.33 | 65.21 | 16.51 | - |
| YUV | 201.52 | 57.16 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 76 | 0 | 0.01 | 0.65 | 0.14 | 59.16 | 0.67 | 0.58 |
| Hex | DB | D9 | 4C | 0 | 1 | 41 | E | 3B | 43 | 3A |
| Octal | 333 | 331 | 114 | 0 | 1 | 101 | 16 | 73 | 103 | 72 |
| Binary | 11011011 | 11011001 | 1001100 | 0 | 1 | 1000001 | 1110 | 111011 | 1000011 | 111010 |
Color Harmonies of #DBD94C
Complementary color
Monochromatic Colors of #DBD94C
Black with #DBD94C
Text Example
Text Example
White with #DBD94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD94C; }
p { color: rgb(219,217,76); }
H1.HeaderClassName
{
color: #DBD94C;
}
.AnyTagClassName
{
color: #DBD94C;
}
</style>
background-color css
<style>
a { background-color: #DBD94C; }
a { background-color: rgb(219,217,76); }
div.DivClassName
{
background-color: #DBD94C;
}
.BgClassName
{
background-color: #DBD94C;
}
</style>
border-color css
<style>
span { border-color: #DBD94C; }
span { border-color: rgb(219,217,76); }
td.TdClassName
{
border-color: #DBD94C;
}
.TagClassName
{
border-color: #DBD94C;
}
</style>