Shades of Manz #DBDE5A
Tints of Manz #DBDE5A
RGB
CMYK
RGB Variations
Color information
#DBDE5A (or 0xDBDE5A) is known color: Manz. HEX triplet: DB, DE and 5A. RGB value is (219,222,90). Sum of RGB (Red+Green+Blue) = 219+222+90=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE5A is #2421A5. Grayscale: #CECECE. Windows color (decimal): -2367910 or 5955291. OLE color: 5955291.
HSL color Cylindrical-coordinate representation of color #DBDE5A: hue angle of 61.36º degrees, saturation: 0.67, 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 #DBDE5A is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 90 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.13 |
| HSL | 61.36º | 0.67% | 0.61% | - |
| HSV(B) | 61.36º | 0.59% | 0.87% | - |
| XYZ | 57.18 | 68.04 | 19.79 | - |
| YUV | 206.06 | 62.51 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 90 | 0.01 | 0 | 0.59 | 0.13 | 61.36 | 0.67 | 0.61 |
| Hex | DB | DE | 5A | 1 | 0 | 3B | D | 3D | 43 | 3D |
| Octal | 333 | 336 | 132 | 1 | 0 | 73 | 15 | 75 | 103 | 75 |
| Binary | 11011011 | 11011110 | 1011010 | 1 | 0 | 111011 | 1101 | 111101 | 1000011 | 111101 |
Color Harmonies of #DBDE5A
Complementary color
Monochromatic Colors of #DBDE5A
Black with #DBDE5A
Text Example
Text Example
White with #DBDE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE5A; }
p { color: rgb(219,222,90); }
H1.HeaderClassName
{
color: #DBDE5A;
}
.AnyTagClassName
{
color: #DBDE5A;
}
</style>
background-color css
<style>
a { background-color: #DBDE5A; }
a { background-color: rgb(219,222,90); }
div.DivClassName
{
background-color: #DBDE5A;
}
.BgClassName
{
background-color: #DBDE5A;
}
</style>
border-color css
<style>
span { border-color: #DBDE5A; }
span { border-color: rgb(219,222,90); }
td.TdClassName
{
border-color: #DBDE5A;
}
.TagClassName
{
border-color: #DBDE5A;
}
</style>