Shades of Manz #DBE653
Tints of Manz #DBE653
RGB
CMYK
RGB Variations
Color information
#DBE653 (or 0xDBE653) is known color: Manz. HEX triplet: DB, E6 and 53. RGB value is (219,230,83). Sum of RGB (Red+Green+Blue) = 219+230+83=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE653 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE653 is #2419AC. Grayscale: #D2D2D2. Windows color (decimal): -2365869 or 5498587. OLE color: 5498587.
HSL color Cylindrical-coordinate representation of color #DBE653: hue angle of 64.49º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBE653 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 83 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.10 |
| HSL | 64.49º | 0.75% | 0.61% | - |
| HSV(B) | 64.49º | 0.64% | 0.9% | - |
| XYZ | 59.07 | 72.28 | 19.02 | - |
| YUV | 209.95 | 56.36 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 83 | 0.05 | 0 | 0.64 | 0.10 | 64.49 | 0.75 | 0.61 |
| Hex | DB | E6 | 53 | 5 | 0 | 40 | A | 40 | 4B | 3D |
| Octal | 333 | 346 | 123 | 5 | 0 | 100 | 12 | 100 | 113 | 75 |
| Binary | 11011011 | 11100110 | 1010011 | 101 | 0 | 1000000 | 1010 | 1000000 | 1001011 | 111101 |
Color Harmonies of #DBE653
Complementary color
Monochromatic Colors of #DBE653
Black with #DBE653
Text Example
Text Example
White with #DBE653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE653; }
p { color: rgb(219,230,83); }
H1.HeaderClassName
{
color: #DBE653;
}
.AnyTagClassName
{
color: #DBE653;
}
</style>
background-color css
<style>
a { background-color: #DBE653; }
a { background-color: rgb(219,230,83); }
div.DivClassName
{
background-color: #DBE653;
}
.BgClassName
{
background-color: #DBE653;
}
</style>
border-color css
<style>
span { border-color: #DBE653; }
span { border-color: rgb(219,230,83); }
td.TdClassName
{
border-color: #DBE653;
}
.TagClassName
{
border-color: #DBE653;
}
</style>