Shades of Manz #DBCC5E
Tints of Manz #DBCC5E
RGB
CMYK
RGB Variations
Color information
#DBCC5E (or 0xDBCC5E) is known color: Manz. HEX triplet: DB, CC and 5E. RGB value is (219,204,94). Sum of RGB (Red+Green+Blue) = 219+204+94=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC5E is #2433A1. Grayscale: #C4C4C4. Windows color (decimal): -2372514 or 6212827. OLE color: 6212827.
HSL color Cylindrical-coordinate representation of color #DBCC5E: hue angle of 52.8º 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 #DBCC5E is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 94 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.14 |
| HSL | 52.8º | 0.63% | 0.61% | - |
| HSV(B) | 52.8º | 0.57% | 0.86% | - |
| XYZ | 52.83 | 59.05 | 19.2 | - |
| YUV | 195.95 | 70.47 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 94 | 0 | 0.07 | 0.57 | 0.14 | 52.8 | 0.63 | 0.61 |
| Hex | DB | CC | 5E | 0 | 7 | 39 | E | 35 | 3F | 3D |
| Octal | 333 | 314 | 136 | 0 | 7 | 71 | 16 | 65 | 77 | 75 |
| Binary | 11011011 | 11001100 | 1011110 | 0 | 111 | 111001 | 1110 | 110101 | 111111 | 111101 |
Color Harmonies of #DBCC5E
Complementary color
Monochromatic Colors of #DBCC5E
Black with #DBCC5E
Text Example
Text Example
White with #DBCC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC5E; }
p { color: rgb(219,204,94); }
H1.HeaderClassName
{
color: #DBCC5E;
}
.AnyTagClassName
{
color: #DBCC5E;
}
</style>
background-color css
<style>
a { background-color: #DBCC5E; }
a { background-color: rgb(219,204,94); }
div.DivClassName
{
background-color: #DBCC5E;
}
.BgClassName
{
background-color: #DBCC5E;
}
</style>
border-color css
<style>
span { border-color: #DBCC5E; }
span { border-color: rgb(219,204,94); }
td.TdClassName
{
border-color: #DBCC5E;
}
.TagClassName
{
border-color: #DBCC5E;
}
</style>