Shades of Manz #DBD15E
Tints of Manz #DBD15E
RGB
CMYK
RGB Variations
Color information
#DBD15E (or 0xDBD15E) is known color: Manz. HEX triplet: DB, D1 and 5E. RGB value is (219,209,94). Sum of RGB (Red+Green+Blue) = 219+209+94=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD15E is #242EA1. Grayscale: #C7C7C7. Windows color (decimal): -2371234 or 6214107. OLE color: 6214107.
HSL color Cylindrical-coordinate representation of color #DBD15E: hue angle of 55.2º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBD15E is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 94 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.14 |
| HSL | 55.2º | 0.63% | 0.61% | - |
| HSV(B) | 55.2º | 0.57% | 0.86% | - |
| XYZ | 54.03 | 61.47 | 19.61 | - |
| YUV | 198.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 94 | 0 | 0.05 | 0.57 | 0.14 | 55.2 | 0.63 | 0.61 |
| Hex | DB | D1 | 5E | 0 | 5 | 39 | E | 37 | 3F | 3D |
| Octal | 333 | 321 | 136 | 0 | 5 | 71 | 16 | 67 | 77 | 75 |
| Binary | 11011011 | 11010001 | 1011110 | 0 | 101 | 111001 | 1110 | 110111 | 111111 | 111101 |
Color Harmonies of #DBD15E
Complementary color
Monochromatic Colors of #DBD15E
Black with #DBD15E
Text Example
Text Example
White with #DBD15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD15E; }
p { color: rgb(219,209,94); }
H1.HeaderClassName
{
color: #DBD15E;
}
.AnyTagClassName
{
color: #DBD15E;
}
</style>
background-color css
<style>
a { background-color: #DBD15E; }
a { background-color: rgb(219,209,94); }
div.DivClassName
{
background-color: #DBD15E;
}
.BgClassName
{
background-color: #DBD15E;
}
</style>
border-color css
<style>
span { border-color: #DBD15E; }
span { border-color: rgb(219,209,94); }
td.TdClassName
{
border-color: #DBD15E;
}
.TagClassName
{
border-color: #DBD15E;
}
</style>