Shades of Manz #DBD954
Tints of Manz #DBD954
RGB
CMYK
RGB Variations
Color information
#DBD954 (or 0xDBD954) is known color: Manz. HEX triplet: DB, D9 and 54. RGB value is (219,217,84). Sum of RGB (Red+Green+Blue) = 219+217+84=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD954 is #2426AB. Grayscale: #CACACA. Windows color (decimal): -2369196 or 5560795. OLE color: 5560795.
HSL color Cylindrical-coordinate representation of color #DBD954: hue angle of 59.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBD954 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 84 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.14 |
| HSL | 59.11º | 0.65% | 0.59% | - |
| HSV(B) | 59.11º | 0.62% | 0.86% | - |
| XYZ | 55.63 | 65.33 | 18.06 | - |
| YUV | 202.44 | 61.16 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 84 | 0 | 0.01 | 0.62 | 0.14 | 59.11 | 0.65 | 0.59 |
| Hex | DB | D9 | 54 | 0 | 1 | 3E | E | 3B | 41 | 3B |
| Octal | 333 | 331 | 124 | 0 | 1 | 76 | 16 | 73 | 101 | 73 |
| Binary | 11011011 | 11011001 | 1010100 | 0 | 1 | 111110 | 1110 | 111011 | 1000001 | 111011 |
Color Harmonies of #DBD954
Complementary color
Monochromatic Colors of #DBD954
Black with #DBD954
Text Example
Text Example
White with #DBD954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD954; }
p { color: rgb(219,217,84); }
H1.HeaderClassName
{
color: #DBD954;
}
.AnyTagClassName
{
color: #DBD954;
}
</style>
background-color css
<style>
a { background-color: #DBD954; }
a { background-color: rgb(219,217,84); }
div.DivClassName
{
background-color: #DBD954;
}
.BgClassName
{
background-color: #DBD954;
}
</style>
border-color css
<style>
span { border-color: #DBD954; }
span { border-color: rgb(219,217,84); }
td.TdClassName
{
border-color: #DBD954;
}
.TagClassName
{
border-color: #DBD954;
}
</style>