Shades of Manz #DBD55B
Tints of Manz #DBD55B
RGB
CMYK
RGB Variations
Color information
#DBD55B (or 0xDBD55B) is known color: Manz. HEX triplet: DB, D5 and 5B. RGB value is (219,213,91). Sum of RGB (Red+Green+Blue) = 219+213+91=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 91 (35.94% from 255 or 17.40% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD55B is #242AA4. Grayscale: #C9C9C9. Windows color (decimal): -2370213 or 6018523. OLE color: 6018523.
HSL color Cylindrical-coordinate representation of color #DBD55B: hue angle of 57.19º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBD55B is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 91 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.14 |
| HSL | 57.19º | 0.64% | 0.61% | - |
| HSV(B) | 57.19º | 0.58% | 0.86% | - |
| XYZ | 54.9 | 63.4 | 19.24 | - |
| YUV | 200.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 91 | 0 | 0.03 | 0.58 | 0.14 | 57.19 | 0.64 | 0.61 |
| Hex | DB | D5 | 5B | 0 | 3 | 3A | E | 39 | 40 | 3D |
| Octal | 333 | 325 | 133 | 0 | 3 | 72 | 16 | 71 | 100 | 75 |
| Binary | 11011011 | 11010101 | 1011011 | 0 | 11 | 111010 | 1110 | 111001 | 1000000 | 111101 |
Color Harmonies of #DBD55B
Complementary color
Monochromatic Colors of #DBD55B
Black with #DBD55B
Text Example
Text Example
White with #DBD55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD55B; }
p { color: rgb(219,213,91); }
H1.HeaderClassName
{
color: #DBD55B;
}
.AnyTagClassName
{
color: #DBD55B;
}
</style>
background-color css
<style>
a { background-color: #DBD55B; }
a { background-color: rgb(219,213,91); }
div.DivClassName
{
background-color: #DBD55B;
}
.BgClassName
{
background-color: #DBD55B;
}
</style>
border-color css
<style>
span { border-color: #DBD55B; }
span { border-color: rgb(219,213,91); }
td.TdClassName
{
border-color: #DBD55B;
}
.TagClassName
{
border-color: #DBD55B;
}
</style>