Shades of Manz #DBCE58
Tints of Manz #DBCE58
RGB
CMYK
RGB Variations
Color information
#DBCE58 (or 0xDBCE58) is known color: Manz. HEX triplet: DB, CE and 58. RGB value is (219,206,88). Sum of RGB (Red+Green+Blue) = 219+206+88=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE58 is #2431A7. Grayscale: #C4C4C4. Windows color (decimal): -2372008 or 5820123. OLE color: 5820123.
HSL color Cylindrical-coordinate representation of color #DBCE58: hue angle of 54.05º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBCE58 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 88 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.14 |
| HSL | 54.05º | 0.65% | 0.6% | - |
| HSV(B) | 54.05º | 0.6% | 0.86% | - |
| XYZ | 53.05 | 59.91 | 18 | - |
| YUV | 196.44 | 66.81 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 88 | 0 | 0.06 | 0.60 | 0.14 | 54.05 | 0.65 | 0.6 |
| Hex | DB | CE | 58 | 0 | 6 | 3C | E | 36 | 41 | 3C |
| Octal | 333 | 316 | 130 | 0 | 6 | 74 | 16 | 66 | 101 | 74 |
| Binary | 11011011 | 11001110 | 1011000 | 0 | 110 | 111100 | 1110 | 110110 | 1000001 | 111100 |
Color Harmonies of #DBCE58
Complementary color
Monochromatic Colors of #DBCE58
Black with #DBCE58
Text Example
Text Example
White with #DBCE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE58; }
p { color: rgb(219,206,88); }
H1.HeaderClassName
{
color: #DBCE58;
}
.AnyTagClassName
{
color: #DBCE58;
}
</style>
background-color css
<style>
a { background-color: #DBCE58; }
a { background-color: rgb(219,206,88); }
div.DivClassName
{
background-color: #DBCE58;
}
.BgClassName
{
background-color: #DBCE58;
}
</style>
border-color css
<style>
span { border-color: #DBCE58; }
span { border-color: rgb(219,206,88); }
td.TdClassName
{
border-color: #DBCE58;
}
.TagClassName
{
border-color: #DBCE58;
}
</style>