Shades of Manz #DBCF58
Tints of Manz #DBCF58
RGB
CMYK
RGB Variations
Color information
#DBCF58 (or 0xDBCF58) is known color: Manz. HEX triplet: DB, CF and 58. RGB value is (219,207,88). Sum of RGB (Red+Green+Blue) = 219+207+88=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 88 (34.77% from 255 or 17.12% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF58 is #2430A7. Grayscale: #C5C5C5. Windows color (decimal): -2371752 or 5820379. OLE color: 5820379.
HSL color Cylindrical-coordinate representation of color #DBCF58: hue angle of 54.5º 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 #DBCF58 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 88 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.14 |
| HSL | 54.5º | 0.65% | 0.6% | - |
| HSV(B) | 54.5º | 0.6% | 0.86% | - |
| XYZ | 53.29 | 60.39 | 18.08 | - |
| YUV | 197.02 | 66.48 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 88 | 0 | 0.05 | 0.60 | 0.14 | 54.5 | 0.65 | 0.6 |
| Hex | DB | CF | 58 | 0 | 5 | 3C | E | 37 | 41 | 3C |
| Octal | 333 | 317 | 130 | 0 | 5 | 74 | 16 | 67 | 101 | 74 |
| Binary | 11011011 | 11001111 | 1011000 | 0 | 101 | 111100 | 1110 | 110111 | 1000001 | 111100 |
Color Harmonies of #DBCF58
Complementary color
Monochromatic Colors of #DBCF58
Black with #DBCF58
Text Example
Text Example
White with #DBCF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF58; }
p { color: rgb(219,207,88); }
H1.HeaderClassName
{
color: #DBCF58;
}
.AnyTagClassName
{
color: #DBCF58;
}
</style>
background-color css
<style>
a { background-color: #DBCF58; }
a { background-color: rgb(219,207,88); }
div.DivClassName
{
background-color: #DBCF58;
}
.BgClassName
{
background-color: #DBCF58;
}
</style>
border-color css
<style>
span { border-color: #DBCF58; }
span { border-color: rgb(219,207,88); }
td.TdClassName
{
border-color: #DBCF58;
}
.TagClassName
{
border-color: #DBCF58;
}
</style>