Shades of Manz #DBCF5E
Tints of Manz #DBCF5E
RGB
CMYK
RGB Variations
Color information
#DBCF5E (or 0xDBCF5E) is known color: Manz. HEX triplet: DB, CF and 5E. RGB value is (219,207,94). Sum of RGB (Red+Green+Blue) = 219+207+94=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF5E is #2430A1. Grayscale: #C6C6C6. Windows color (decimal): -2371746 or 6213595. OLE color: 6213595.
HSL color Cylindrical-coordinate representation of color #DBCF5E: hue angle of 54.24º 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 #DBCF5E is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 94 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.14 |
| HSL | 54.24º | 0.63% | 0.61% | - |
| HSV(B) | 54.24º | 0.57% | 0.86% | - |
| XYZ | 53.55 | 60.49 | 19.44 | - |
| YUV | 197.71 | 69.48 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 94 | 0 | 0.05 | 0.57 | 0.14 | 54.24 | 0.63 | 0.61 |
| Hex | DB | CF | 5E | 0 | 5 | 39 | E | 36 | 3F | 3D |
| Octal | 333 | 317 | 136 | 0 | 5 | 71 | 16 | 66 | 77 | 75 |
| Binary | 11011011 | 11001111 | 1011110 | 0 | 101 | 111001 | 1110 | 110110 | 111111 | 111101 |
Color Harmonies of #DBCF5E
Complementary color
Monochromatic Colors of #DBCF5E
Black with #DBCF5E
Text Example
Text Example
White with #DBCF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF5E; }
p { color: rgb(219,207,94); }
H1.HeaderClassName
{
color: #DBCF5E;
}
.AnyTagClassName
{
color: #DBCF5E;
}
</style>
background-color css
<style>
a { background-color: #DBCF5E; }
a { background-color: rgb(219,207,94); }
div.DivClassName
{
background-color: #DBCF5E;
}
.BgClassName
{
background-color: #DBCF5E;
}
</style>
border-color css
<style>
span { border-color: #DBCF5E; }
span { border-color: rgb(219,207,94); }
td.TdClassName
{
border-color: #DBCF5E;
}
.TagClassName
{
border-color: #DBCF5E;
}
</style>