Shades of Manz #DBCE5E
Tints of Manz #DBCE5E
RGB
CMYK
RGB Variations
Color information
#DBCE5E (or 0xDBCE5E) is known color: Manz. HEX triplet: DB, CE and 5E. RGB value is (219,206,94). Sum of RGB (Red+Green+Blue) = 219+206+94=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE5E is #2431A1. Grayscale: #C5C5C5. Windows color (decimal): -2372002 or 6213339. OLE color: 6213339.
HSL color Cylindrical-coordinate representation of color #DBCE5E: hue angle of 53.76º 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 #DBCE5E is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 94 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.14 |
| HSL | 53.76º | 0.63% | 0.61% | - |
| HSV(B) | 53.76º | 0.57% | 0.86% | - |
| XYZ | 53.31 | 60.01 | 19.36 | - |
| YUV | 197.12 | 69.81 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 94 | 0 | 0.06 | 0.57 | 0.14 | 53.76 | 0.63 | 0.61 |
| Hex | DB | CE | 5E | 0 | 6 | 39 | E | 36 | 3F | 3D |
| Octal | 333 | 316 | 136 | 0 | 6 | 71 | 16 | 66 | 77 | 75 |
| Binary | 11011011 | 11001110 | 1011110 | 0 | 110 | 111001 | 1110 | 110110 | 111111 | 111101 |
Color Harmonies of #DBCE5E
Complementary color
Monochromatic Colors of #DBCE5E
Black with #DBCE5E
Text Example
Text Example
White with #DBCE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE5E; }
p { color: rgb(219,206,94); }
H1.HeaderClassName
{
color: #DBCE5E;
}
.AnyTagClassName
{
color: #DBCE5E;
}
</style>
background-color css
<style>
a { background-color: #DBCE5E; }
a { background-color: rgb(219,206,94); }
div.DivClassName
{
background-color: #DBCE5E;
}
.BgClassName
{
background-color: #DBCE5E;
}
</style>
border-color css
<style>
span { border-color: #DBCE5E; }
span { border-color: rgb(219,206,94); }
td.TdClassName
{
border-color: #DBCE5E;
}
.TagClassName
{
border-color: #DBCE5E;
}
</style>