Shades of Manz #DBDE5B
Tints of Manz #DBDE5B
RGB
CMYK
RGB Variations
Color information
#DBDE5B (or 0xDBDE5B) is known color: Manz. HEX triplet: DB, DE and 5B. RGB value is (219,222,91). Sum of RGB (Red+Green+Blue) = 219+222+91=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE5B is #2421A4. Grayscale: #CECECE. Windows color (decimal): -2367909 or 6020827. OLE color: 6020827.
HSL color Cylindrical-coordinate representation of color #DBDE5B: hue angle of 61.37º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBDE5B is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 91 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.13 |
| HSL | 61.37º | 0.66% | 0.61% | - |
| HSV(B) | 61.37º | 0.59% | 0.87% | - |
| XYZ | 57.22 | 68.06 | 20.02 | - |
| YUV | 206.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 91 | 0.01 | 0 | 0.59 | 0.13 | 61.37 | 0.66 | 0.61 |
| Hex | DB | DE | 5B | 1 | 0 | 3B | D | 3D | 42 | 3D |
| Octal | 333 | 336 | 133 | 1 | 0 | 73 | 15 | 75 | 102 | 75 |
| Binary | 11011011 | 11011110 | 1011011 | 1 | 0 | 111011 | 1101 | 111101 | 1000010 | 111101 |
Color Harmonies of #DBDE5B
Complementary color
Monochromatic Colors of #DBDE5B
Black with #DBDE5B
Text Example
Text Example
White with #DBDE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE5B; }
p { color: rgb(219,222,91); }
H1.HeaderClassName
{
color: #DBDE5B;
}
.AnyTagClassName
{
color: #DBDE5B;
}
</style>
background-color css
<style>
a { background-color: #DBDE5B; }
a { background-color: rgb(219,222,91); }
div.DivClassName
{
background-color: #DBDE5B;
}
.BgClassName
{
background-color: #DBDE5B;
}
</style>
border-color css
<style>
span { border-color: #DBDE5B; }
span { border-color: rgb(219,222,91); }
td.TdClassName
{
border-color: #DBDE5B;
}
.TagClassName
{
border-color: #DBDE5B;
}
</style>