Shades of Manz #DBD454
Tints of Manz #DBD454
RGB
CMYK
RGB Variations
Color information
#DBD454 (or 0xDBD454) is known color: Manz. HEX triplet: DB, D4 and 54. RGB value is (219,212,84). Sum of RGB (Red+Green+Blue) = 219+212+84=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD454 is #242BAB. Grayscale: #C8C8C8. Windows color (decimal): -2370476 or 5559515. OLE color: 5559515.
HSL color Cylindrical-coordinate representation of color #DBD454: hue angle of 56.89º 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 #DBD454 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 84 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.14 |
| HSL | 56.89º | 0.65% | 0.59% | - |
| HSV(B) | 56.89º | 0.62% | 0.86% | - |
| XYZ | 54.36 | 62.79 | 17.64 | - |
| YUV | 199.5 | 62.82 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 84 | 0 | 0.03 | 0.62 | 0.14 | 56.89 | 0.65 | 0.59 |
| Hex | DB | D4 | 54 | 0 | 3 | 3E | E | 39 | 41 | 3B |
| Octal | 333 | 324 | 124 | 0 | 3 | 76 | 16 | 71 | 101 | 73 |
| Binary | 11011011 | 11010100 | 1010100 | 0 | 11 | 111110 | 1110 | 111001 | 1000001 | 111011 |
Color Harmonies of #DBD454
Complementary color
Monochromatic Colors of #DBD454
Black with #DBD454
Text Example
Text Example
White with #DBD454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD454; }
p { color: rgb(219,212,84); }
H1.HeaderClassName
{
color: #DBD454;
}
.AnyTagClassName
{
color: #DBD454;
}
</style>
background-color css
<style>
a { background-color: #DBD454; }
a { background-color: rgb(219,212,84); }
div.DivClassName
{
background-color: #DBD454;
}
.BgClassName
{
background-color: #DBD454;
}
</style>
border-color css
<style>
span { border-color: #DBD454; }
span { border-color: rgb(219,212,84); }
td.TdClassName
{
border-color: #DBD454;
}
.TagClassName
{
border-color: #DBD454;
}
</style>