Shades of Manz #DBE755
Tints of Manz #DBE755
RGB
CMYK
RGB Variations
Color information
#DBE755 (or 0xDBE755) is known color: Manz. HEX triplet: DB, E7 and 55. RGB value is (219,231,85). Sum of RGB (Red+Green+Blue) = 219+231+85=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 231 (90.62% from 255 or 43.18% from 535); Blue value is 85 (33.59% from 255 or 15.89% from 535); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE755 is #2418AA. Grayscale: #D3D3D3. Windows color (decimal): -2365611 or 5629915. OLE color: 5629915.
HSL color Cylindrical-coordinate representation of color #DBE755: hue angle of 64.93º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBE755 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 85 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.09 |
| HSL | 64.93º | 0.75% | 0.62% | - |
| HSV(B) | 64.93º | 0.63% | 0.91% | - |
| XYZ | 59.43 | 72.87 | 19.53 | - |
| YUV | 210.77 | 57.02 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 85 | 0.05 | 0 | 0.63 | 0.09 | 64.93 | 0.75 | 0.62 |
| Hex | DB | E7 | 55 | 5 | 0 | 3F | 9 | 41 | 4B | 3E |
| Octal | 333 | 347 | 125 | 5 | 0 | 77 | 11 | 101 | 113 | 76 |
| Binary | 11011011 | 11100111 | 1010101 | 101 | 0 | 111111 | 1001 | 1000001 | 1001011 | 111110 |
Color Harmonies of #DBE755
Complementary color
Monochromatic Colors of #DBE755
Black with #DBE755
Text Example
Text Example
White with #DBE755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE755; }
p { color: rgb(219,231,85); }
H1.HeaderClassName
{
color: #DBE755;
}
.AnyTagClassName
{
color: #DBE755;
}
</style>
background-color css
<style>
a { background-color: #DBE755; }
a { background-color: rgb(219,231,85); }
div.DivClassName
{
background-color: #DBE755;
}
.BgClassName
{
background-color: #DBE755;
}
</style>
border-color css
<style>
span { border-color: #DBE755; }
span { border-color: rgb(219,231,85); }
td.TdClassName
{
border-color: #DBE755;
}
.TagClassName
{
border-color: #DBE755;
}
</style>