Shades of Manz #DBDE5D
Tints of Manz #DBDE5D
RGB
CMYK
RGB Variations
Color information
#DBDE5D (or 0xDBDE5D) is known color: Manz. HEX triplet: DB, DE and 5D. RGB value is (219,222,93). Sum of RGB (Red+Green+Blue) = 219+222+93=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE5D is #2421A2. Grayscale: #CECECE. Windows color (decimal): -2367907 or 6151899. OLE color: 6151899.
HSL color Cylindrical-coordinate representation of color #DBDE5D: hue angle of 61.4º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBDE5D is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 93 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.13 |
| HSL | 61.4º | 0.66% | 0.62% | - |
| HSV(B) | 61.4º | 0.58% | 0.87% | - |
| XYZ | 57.31 | 68.09 | 20.48 | - |
| YUV | 206.4 | 64.01 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 93 | 0.01 | 0 | 0.58 | 0.13 | 61.4 | 0.66 | 0.62 |
| Hex | DB | DE | 5D | 1 | 0 | 3A | D | 3D | 42 | 3E |
| Octal | 333 | 336 | 135 | 1 | 0 | 72 | 15 | 75 | 102 | 76 |
| Binary | 11011011 | 11011110 | 1011101 | 1 | 0 | 111010 | 1101 | 111101 | 1000010 | 111110 |
Color Harmonies of #DBDE5D
Complementary color
Monochromatic Colors of #DBDE5D
Black with #DBDE5D
Text Example
Text Example
White with #DBDE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE5D; }
p { color: rgb(219,222,93); }
H1.HeaderClassName
{
color: #DBDE5D;
}
.AnyTagClassName
{
color: #DBDE5D;
}
</style>
background-color css
<style>
a { background-color: #DBDE5D; }
a { background-color: rgb(219,222,93); }
div.DivClassName
{
background-color: #DBDE5D;
}
.BgClassName
{
background-color: #DBDE5D;
}
</style>
border-color css
<style>
span { border-color: #DBDE5D; }
span { border-color: rgb(219,222,93); }
td.TdClassName
{
border-color: #DBDE5D;
}
.TagClassName
{
border-color: #DBDE5D;
}
</style>