Shades of Manz #DBDE5F
Tints of Manz #DBDE5F
RGB
CMYK
RGB Variations
Color information
#DBDE5F (or 0xDBDE5F) is known color: Manz. HEX triplet: DB, DE and 5F. RGB value is (219,222,95). Sum of RGB (Red+Green+Blue) = 219+222+95=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 95 (37.5% from 255 or 17.72% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE5F is #2421A0. Grayscale: #CFCFCF. Windows color (decimal): -2367905 or 6282971. OLE color: 6282971.
HSL color Cylindrical-coordinate representation of color #DBDE5F: hue angle of 61.42º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBDE5F is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 95 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.13 |
| HSL | 61.42º | 0.66% | 0.62% | - |
| HSV(B) | 61.42º | 0.57% | 0.87% | - |
| XYZ | 57.4 | 68.13 | 20.95 | - |
| YUV | 206.63 | 65.01 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 95 | 0.01 | 0 | 0.57 | 0.13 | 61.42 | 0.66 | 0.62 |
| Hex | DB | DE | 5F | 1 | 0 | 39 | D | 3D | 42 | 3E |
| Octal | 333 | 336 | 137 | 1 | 0 | 71 | 15 | 75 | 102 | 76 |
| Binary | 11011011 | 11011110 | 1011111 | 1 | 0 | 111001 | 1101 | 111101 | 1000010 | 111110 |
Color Harmonies of #DBDE5F
Complementary color
Monochromatic Colors of #DBDE5F
Black with #DBDE5F
Text Example
Text Example
White with #DBDE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE5F; }
p { color: rgb(219,222,95); }
H1.HeaderClassName
{
color: #DBDE5F;
}
.AnyTagClassName
{
color: #DBDE5F;
}
</style>
background-color css
<style>
a { background-color: #DBDE5F; }
a { background-color: rgb(219,222,95); }
div.DivClassName
{
background-color: #DBDE5F;
}
.BgClassName
{
background-color: #DBDE5F;
}
</style>
border-color css
<style>
span { border-color: #DBDE5F; }
span { border-color: rgb(219,222,95); }
td.TdClassName
{
border-color: #DBDE5F;
}
.TagClassName
{
border-color: #DBDE5F;
}
</style>