Shades of Manz #DBD75C
Tints of Manz #DBD75C
RGB
CMYK
RGB Variations
Color information
#DBD75C (or 0xDBD75C) is known color: Manz. HEX triplet: DB, D7 and 5C. RGB value is (219,215,92). Sum of RGB (Red+Green+Blue) = 219+215+92=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD75C is #2428A3. Grayscale: #CACACA. Windows color (decimal): -2369700 or 6084571. OLE color: 6084571.
HSL color Cylindrical-coordinate representation of color #DBD75C: hue angle of 58.11º 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 #DBD75C is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 92 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.14 |
| HSL | 58.11º | 0.64% | 0.61% | - |
| HSV(B) | 58.11º | 0.58% | 0.86% | - |
| XYZ | 55.45 | 64.43 | 19.64 | - |
| YUV | 202.17 | 65.83 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 92 | 0 | 0.02 | 0.58 | 0.14 | 58.11 | 0.64 | 0.61 |
| Hex | DB | D7 | 5C | 0 | 2 | 3A | E | 3A | 40 | 3D |
| Octal | 333 | 327 | 134 | 0 | 2 | 72 | 16 | 72 | 100 | 75 |
| Binary | 11011011 | 11010111 | 1011100 | 0 | 10 | 111010 | 1110 | 111010 | 1000000 | 111101 |
Color Harmonies of #DBD75C
Complementary color
Monochromatic Colors of #DBD75C
Black with #DBD75C
Text Example
Text Example
White with #DBD75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD75C; }
p { color: rgb(219,215,92); }
H1.HeaderClassName
{
color: #DBD75C;
}
.AnyTagClassName
{
color: #DBD75C;
}
</style>
background-color css
<style>
a { background-color: #DBD75C; }
a { background-color: rgb(219,215,92); }
div.DivClassName
{
background-color: #DBD75C;
}
.BgClassName
{
background-color: #DBD75C;
}
</style>
border-color css
<style>
span { border-color: #DBD75C; }
span { border-color: rgb(219,215,92); }
td.TdClassName
{
border-color: #DBD75C;
}
.TagClassName
{
border-color: #DBD75C;
}
</style>