Shades of Manz #DBCC5D
Tints of Manz #DBCC5D
RGB
CMYK
RGB Variations
Color information
#DBCC5D (or 0xDBCC5D) is known color: Manz. HEX triplet: DB, CC and 5D. RGB value is (219,204,93). Sum of RGB (Red+Green+Blue) = 219+204+93=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC5D is #2433A2. Grayscale: #C4C4C4. Windows color (decimal): -2372515 or 6147291. OLE color: 6147291.
HSL color Cylindrical-coordinate representation of color #DBCC5D: hue angle of 52.86º 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 #DBCC5D is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 93 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.14 |
| HSL | 52.86º | 0.64% | 0.61% | - |
| HSV(B) | 52.86º | 0.58% | 0.86% | - |
| XYZ | 52.78 | 59.04 | 18.97 | - |
| YUV | 195.83 | 69.97 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 93 | 0 | 0.07 | 0.58 | 0.14 | 52.86 | 0.64 | 0.61 |
| Hex | DB | CC | 5D | 0 | 7 | 3A | E | 35 | 40 | 3D |
| Octal | 333 | 314 | 135 | 0 | 7 | 72 | 16 | 65 | 100 | 75 |
| Binary | 11011011 | 11001100 | 1011101 | 0 | 111 | 111010 | 1110 | 110101 | 1000000 | 111101 |
Color Harmonies of #DBCC5D
Complementary color
Monochromatic Colors of #DBCC5D
Black with #DBCC5D
Text Example
Text Example
White with #DBCC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC5D; }
p { color: rgb(219,204,93); }
H1.HeaderClassName
{
color: #DBCC5D;
}
.AnyTagClassName
{
color: #DBCC5D;
}
</style>
background-color css
<style>
a { background-color: #DBCC5D; }
a { background-color: rgb(219,204,93); }
div.DivClassName
{
background-color: #DBCC5D;
}
.BgClassName
{
background-color: #DBCC5D;
}
</style>
border-color css
<style>
span { border-color: #DBCC5D; }
span { border-color: rgb(219,204,93); }
td.TdClassName
{
border-color: #DBCC5D;
}
.TagClassName
{
border-color: #DBCC5D;
}
</style>