Shades of Manz #DBE655
Tints of Manz #DBE655
RGB
CMYK
RGB Variations
Color information
#DBE655 (or 0xDBE655) is known color: Manz. HEX triplet: DB, E6 and 55. RGB value is (219,230,85). Sum of RGB (Red+Green+Blue) = 219+230+85=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 85 (33.59% from 255 or 15.92% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE655 is #2419AA. Grayscale: #D2D2D2. Windows color (decimal): -2365867 or 5629659. OLE color: 5629659.
HSL color Cylindrical-coordinate representation of color #DBE655: hue angle of 64.55º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBE655 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 85 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.10 |
| HSL | 64.55º | 0.74% | 0.62% | - |
| HSV(B) | 64.55º | 0.63% | 0.9% | - |
| XYZ | 59.15 | 72.31 | 19.43 | - |
| YUV | 210.18 | 57.36 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 85 | 0.05 | 0 | 0.63 | 0.10 | 64.55 | 0.74 | 0.62 |
| Hex | DB | E6 | 55 | 5 | 0 | 3F | A | 41 | 4A | 3E |
| Octal | 333 | 346 | 125 | 5 | 0 | 77 | 12 | 101 | 112 | 76 |
| Binary | 11011011 | 11100110 | 1010101 | 101 | 0 | 111111 | 1010 | 1000001 | 1001010 | 111110 |
Color Harmonies of #DBE655
Complementary color
Monochromatic Colors of #DBE655
Black with #DBE655
Text Example
Text Example
White with #DBE655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE655; }
p { color: rgb(219,230,85); }
H1.HeaderClassName
{
color: #DBE655;
}
.AnyTagClassName
{
color: #DBE655;
}
</style>
background-color css
<style>
a { background-color: #DBE655; }
a { background-color: rgb(219,230,85); }
div.DivClassName
{
background-color: #DBE655;
}
.BgClassName
{
background-color: #DBE655;
}
</style>
border-color css
<style>
span { border-color: #DBE655; }
span { border-color: rgb(219,230,85); }
td.TdClassName
{
border-color: #DBE655;
}
.TagClassName
{
border-color: #DBE655;
}
</style>