Shades of Manz #DBCC59
Tints of Manz #DBCC59
RGB
CMYK
RGB Variations
Color information
#DBCC59 (or 0xDBCC59) is known color: Manz. HEX triplet: DB, CC and 59. RGB value is (219,204,89). Sum of RGB (Red+Green+Blue) = 219+204+89=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 89 (35.16% from 255 or 17.38% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC59 is #2433A6. Grayscale: #C3C3C3. Windows color (decimal): -2372519 or 5885147. OLE color: 5885147.
HSL color Cylindrical-coordinate representation of color #DBCC59: hue angle of 53.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBCC59 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 89 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.14 |
| HSL | 53.08º | 0.64% | 0.6% | - |
| HSV(B) | 53.08º | 0.59% | 0.86% | - |
| XYZ | 52.61 | 58.97 | 18.06 | - |
| YUV | 195.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 89 | 0 | 0.07 | 0.59 | 0.14 | 53.08 | 0.64 | 0.6 |
| Hex | DB | CC | 59 | 0 | 7 | 3B | E | 35 | 40 | 3C |
| Octal | 333 | 314 | 131 | 0 | 7 | 73 | 16 | 65 | 100 | 74 |
| Binary | 11011011 | 11001100 | 1011001 | 0 | 111 | 111011 | 1110 | 110101 | 1000000 | 111100 |
Color Harmonies of #DBCC59
Complementary color
Monochromatic Colors of #DBCC59
Black with #DBCC59
Text Example
Text Example
White with #DBCC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC59; }
p { color: rgb(219,204,89); }
H1.HeaderClassName
{
color: #DBCC59;
}
.AnyTagClassName
{
color: #DBCC59;
}
</style>
background-color css
<style>
a { background-color: #DBCC59; }
a { background-color: rgb(219,204,89); }
div.DivClassName
{
background-color: #DBCC59;
}
.BgClassName
{
background-color: #DBCC59;
}
</style>
border-color css
<style>
span { border-color: #DBCC59; }
span { border-color: rgb(219,204,89); }
td.TdClassName
{
border-color: #DBCC59;
}
.TagClassName
{
border-color: #DBCC59;
}
</style>