Shades of Manz #DBDA55
Tints of Manz #DBDA55
RGB
CMYK
RGB Variations
Color information
#DBDA55 (or 0xDBDA55) is known color: Manz. HEX triplet: DB, DA and 55. RGB value is (219,218,85). Sum of RGB (Red+Green+Blue) = 219+218+85=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA55 is #2425AA. Grayscale: #CBCBCB. Windows color (decimal): -2368939 or 5626587. OLE color: 5626587.
HSL color Cylindrical-coordinate representation of color #DBDA55: hue angle of 59.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBDA55 is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 85 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.14 |
| HSL | 59.55º | 0.65% | 0.6% | - |
| HSV(B) | 59.55º | 0.61% | 0.86% | - |
| XYZ | 55.92 | 65.86 | 18.36 | - |
| YUV | 203.14 | 61.33 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 85 | 0 | 0.00 | 0.61 | 0.14 | 59.55 | 0.65 | 0.6 |
| Hex | DB | DA | 55 | 0 | 0 | 3D | E | 3C | 41 | 3C |
| Octal | 333 | 332 | 125 | 0 | 0 | 75 | 16 | 74 | 101 | 74 |
| Binary | 11011011 | 11011010 | 1010101 | 0 | 0 | 111101 | 1110 | 111100 | 1000001 | 111100 |
Color Harmonies of #DBDA55
Complementary color
Monochromatic Colors of #DBDA55
Black with #DBDA55
Text Example
Text Example
White with #DBDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA55; }
p { color: rgb(219,218,85); }
H1.HeaderClassName
{
color: #DBDA55;
}
.AnyTagClassName
{
color: #DBDA55;
}
</style>
background-color css
<style>
a { background-color: #DBDA55; }
a { background-color: rgb(219,218,85); }
div.DivClassName
{
background-color: #DBDA55;
}
.BgClassName
{
background-color: #DBDA55;
}
</style>
border-color css
<style>
span { border-color: #DBDA55; }
span { border-color: rgb(219,218,85); }
td.TdClassName
{
border-color: #DBDA55;
}
.TagClassName
{
border-color: #DBDA55;
}
</style>