Shades of Manz #DBD05D
Tints of Manz #DBD05D
RGB
CMYK
RGB Variations
Color information
#DBD05D (or 0xDBD05D) is known color: Manz. HEX triplet: DB, D0 and 5D. RGB value is (219,208,93). Sum of RGB (Red+Green+Blue) = 219+208+93=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD05D is #242FA2. Grayscale: #C6C6C6. Windows color (decimal): -2371491 or 6148315. OLE color: 6148315.
HSL color Cylindrical-coordinate representation of color #DBD05D: hue angle of 54.76º 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 #DBD05D is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 93 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.14 |
| HSL | 54.76º | 0.64% | 0.61% | - |
| HSV(B) | 54.76º | 0.58% | 0.86% | - |
| XYZ | 53.75 | 60.96 | 19.29 | - |
| YUV | 198.18 | 68.64 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 93 | 0 | 0.05 | 0.58 | 0.14 | 54.76 | 0.64 | 0.61 |
| Hex | DB | D0 | 5D | 0 | 5 | 3A | E | 37 | 40 | 3D |
| Octal | 333 | 320 | 135 | 0 | 5 | 72 | 16 | 67 | 100 | 75 |
| Binary | 11011011 | 11010000 | 1011101 | 0 | 101 | 111010 | 1110 | 110111 | 1000000 | 111101 |
Color Harmonies of #DBD05D
Complementary color
Monochromatic Colors of #DBD05D
Black with #DBD05D
Text Example
Text Example
White with #DBD05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD05D; }
p { color: rgb(219,208,93); }
H1.HeaderClassName
{
color: #DBD05D;
}
.AnyTagClassName
{
color: #DBD05D;
}
</style>
background-color css
<style>
a { background-color: #DBD05D; }
a { background-color: rgb(219,208,93); }
div.DivClassName
{
background-color: #DBD05D;
}
.BgClassName
{
background-color: #DBD05D;
}
</style>
border-color css
<style>
span { border-color: #DBD05D; }
span { border-color: rgb(219,208,93); }
td.TdClassName
{
border-color: #DBD05D;
}
.TagClassName
{
border-color: #DBD05D;
}
</style>