Shades of Manz #DBD55F
Tints of Manz #DBD55F
RGB
CMYK
RGB Variations
Color information
#DBD55F (or 0xDBD55F) is known color: Manz. HEX triplet: DB, D5 and 5F. RGB value is (219,213,95). Sum of RGB (Red+Green+Blue) = 219+213+95=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD55F is #242AA0. Grayscale: #C9C9C9. Windows color (decimal): -2370209 or 6280667. OLE color: 6280667.
HSL color Cylindrical-coordinate representation of color #DBD55F: hue angle of 57.1º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBD55F is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 95 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.14 |
| HSL | 57.1º | 0.63% | 0.62% | - |
| HSV(B) | 57.1º | 0.57% | 0.86% | - |
| XYZ | 55.07 | 63.47 | 20.18 | - |
| YUV | 201.34 | 67.99 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 95 | 0 | 0.03 | 0.57 | 0.14 | 57.1 | 0.63 | 0.62 |
| Hex | DB | D5 | 5F | 0 | 3 | 39 | E | 39 | 3F | 3E |
| Octal | 333 | 325 | 137 | 0 | 3 | 71 | 16 | 71 | 77 | 76 |
| Binary | 11011011 | 11010101 | 1011111 | 0 | 11 | 111001 | 1110 | 111001 | 111111 | 111110 |
Color Harmonies of #DBD55F
Complementary color
Monochromatic Colors of #DBD55F
Black with #DBD55F
Text Example
Text Example
White with #DBD55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD55F; }
p { color: rgb(219,213,95); }
H1.HeaderClassName
{
color: #DBD55F;
}
.AnyTagClassName
{
color: #DBD55F;
}
</style>
background-color css
<style>
a { background-color: #DBD55F; }
a { background-color: rgb(219,213,95); }
div.DivClassName
{
background-color: #DBD55F;
}
.BgClassName
{
background-color: #DBD55F;
}
</style>
border-color css
<style>
span { border-color: #DBD55F; }
span { border-color: rgb(219,213,95); }
td.TdClassName
{
border-color: #DBD55F;
}
.TagClassName
{
border-color: #DBD55F;
}
</style>