Shades of Manz #DBE65A
Tints of Manz #DBE65A
RGB
CMYK
RGB Variations
Color information
#DBE65A (or 0xDBE65A) is known color: Manz. HEX triplet: DB, E6 and 5A. RGB value is (219,230,90). Sum of RGB (Red+Green+Blue) = 219+230+90=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE65A is #2419A5. Grayscale: #D3D3D3. Windows color (decimal): -2365862 or 5957339. OLE color: 5957339.
HSL color Cylindrical-coordinate representation of color #DBE65A: hue angle of 64.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBE65A is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 90 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.10 |
| HSL | 64.71º | 0.74% | 0.63% | - |
| HSV(B) | 64.71º | 0.61% | 0.9% | - |
| XYZ | 59.36 | 72.39 | 20.52 | - |
| YUV | 210.75 | 59.86 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 90 | 0.05 | 0 | 0.61 | 0.10 | 64.71 | 0.74 | 0.63 |
| Hex | DB | E6 | 5A | 5 | 0 | 3D | A | 41 | 4A | 3F |
| Octal | 333 | 346 | 132 | 5 | 0 | 75 | 12 | 101 | 112 | 77 |
| Binary | 11011011 | 11100110 | 1011010 | 101 | 0 | 111101 | 1010 | 1000001 | 1001010 | 111111 |
Color Harmonies of #DBE65A
Complementary color
Monochromatic Colors of #DBE65A
Black with #DBE65A
Text Example
Text Example
White with #DBE65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE65A; }
p { color: rgb(219,230,90); }
H1.HeaderClassName
{
color: #DBE65A;
}
.AnyTagClassName
{
color: #DBE65A;
}
</style>
background-color css
<style>
a { background-color: #DBE65A; }
a { background-color: rgb(219,230,90); }
div.DivClassName
{
background-color: #DBE65A;
}
.BgClassName
{
background-color: #DBE65A;
}
</style>
border-color css
<style>
span { border-color: #DBE65A; }
span { border-color: rgb(219,230,90); }
td.TdClassName
{
border-color: #DBE65A;
}
.TagClassName
{
border-color: #DBE65A;
}
</style>