Shades of Manz #DBD85A
Tints of Manz #DBD85A
RGB
CMYK
RGB Variations
Color information
#DBD85A (or 0xDBD85A) is known color: Manz. HEX triplet: DB, D8 and 5A. RGB value is (219,216,90). Sum of RGB (Red+Green+Blue) = 219+216+90=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD85A is #2427A5. Grayscale: #CBCBCB. Windows color (decimal): -2369446 or 5953755. OLE color: 5953755.
HSL color Cylindrical-coordinate representation of color #DBD85A: hue angle of 58.6º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBD85A is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 90 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.14 |
| HSL | 58.6º | 0.64% | 0.61% | - |
| HSV(B) | 58.6º | 0.59% | 0.86% | - |
| XYZ | 55.61 | 64.91 | 19.27 | - |
| YUV | 202.53 | 64.49 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 90 | 0 | 0.01 | 0.59 | 0.14 | 58.6 | 0.64 | 0.61 |
| Hex | DB | D8 | 5A | 0 | 1 | 3B | E | 3B | 40 | 3D |
| Octal | 333 | 330 | 132 | 0 | 1 | 73 | 16 | 73 | 100 | 75 |
| Binary | 11011011 | 11011000 | 1011010 | 0 | 1 | 111011 | 1110 | 111011 | 1000000 | 111101 |
Color Harmonies of #DBD85A
Complementary color
Monochromatic Colors of #DBD85A
Black with #DBD85A
Text Example
Text Example
White with #DBD85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD85A; }
p { color: rgb(219,216,90); }
H1.HeaderClassName
{
color: #DBD85A;
}
.AnyTagClassName
{
color: #DBD85A;
}
</style>
background-color css
<style>
a { background-color: #DBD85A; }
a { background-color: rgb(219,216,90); }
div.DivClassName
{
background-color: #DBD85A;
}
.BgClassName
{
background-color: #DBD85A;
}
</style>
border-color css
<style>
span { border-color: #DBD85A; }
span { border-color: rgb(219,216,90); }
td.TdClassName
{
border-color: #DBD85A;
}
.TagClassName
{
border-color: #DBD85A;
}
</style>