Shades of Manz #DBD94A
Tints of Manz #DBD94A
RGB
CMYK
RGB Variations
Color information
#DBD94A (or 0xDBD94A) is known color: Manz. HEX triplet: DB, D9 and 4A. RGB value is (219,217,74). Sum of RGB (Red+Green+Blue) = 219+217+74=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD94A is #2426B5. Grayscale: #C9C9C9. Windows color (decimal): -2369206 or 4905435. OLE color: 4905435.
HSL color Cylindrical-coordinate representation of color #DBD94A: hue angle of 59.17º 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 #DBD94A is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 74 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.14 |
| HSL | 59.17º | 0.67% | 0.57% | - |
| HSV(B) | 59.17º | 0.66% | 0.86% | - |
| XYZ | 55.26 | 65.18 | 16.15 | - |
| YUV | 201.3 | 56.16 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 74 | 0 | 0.01 | 0.66 | 0.14 | 59.17 | 0.67 | 0.57 |
| Hex | DB | D9 | 4A | 0 | 1 | 42 | E | 3B | 43 | 39 |
| Octal | 333 | 331 | 112 | 0 | 1 | 102 | 16 | 73 | 103 | 71 |
| Binary | 11011011 | 11011001 | 1001010 | 0 | 1 | 1000010 | 1110 | 111011 | 1000011 | 111001 |
Color Harmonies of #DBD94A
Complementary color
Monochromatic Colors of #DBD94A
Black with #DBD94A
Text Example
Text Example
White with #DBD94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD94A; }
p { color: rgb(219,217,74); }
H1.HeaderClassName
{
color: #DBD94A;
}
.AnyTagClassName
{
color: #DBD94A;
}
</style>
background-color css
<style>
a { background-color: #DBD94A; }
a { background-color: rgb(219,217,74); }
div.DivClassName
{
background-color: #DBD94A;
}
.BgClassName
{
background-color: #DBD94A;
}
</style>
border-color css
<style>
span { border-color: #DBD94A; }
span { border-color: rgb(219,217,74); }
td.TdClassName
{
border-color: #DBD94A;
}
.TagClassName
{
border-color: #DBD94A;
}
</style>