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