Shades of Manz #DBE053
Tints of Manz #DBE053
RGB
CMYK
RGB Variations
Color information
#DBE053 (or 0xDBE053) is known color: Manz. HEX triplet: DB, E0 and 53. RGB value is (219,224,83). Sum of RGB (Red+Green+Blue) = 219+224+83=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 83 (32.81% from 255 or 15.78% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE053 is #241FAC. Grayscale: #CECECE. Windows color (decimal): -2367405 or 5497051. OLE color: 5497051.
HSL color Cylindrical-coordinate representation of color #DBE053: hue angle of 62.13º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBE053 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 83 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.12 |
| HSL | 62.13º | 0.69% | 0.6% | - |
| HSV(B) | 62.13º | 0.63% | 0.88% | - |
| XYZ | 57.43 | 69 | 18.47 | - |
| YUV | 206.43 | 58.34 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 83 | 0.02 | 0 | 0.63 | 0.12 | 62.13 | 0.69 | 0.6 |
| Hex | DB | E0 | 53 | 2 | 0 | 3F | C | 3E | 45 | 3C |
| Octal | 333 | 340 | 123 | 2 | 0 | 77 | 14 | 76 | 105 | 74 |
| Binary | 11011011 | 11100000 | 1010011 | 10 | 0 | 111111 | 1100 | 111110 | 1000101 | 111100 |
Color Harmonies of #DBE053
Complementary color
Monochromatic Colors of #DBE053
Black with #DBE053
Text Example
Text Example
White with #DBE053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE053; }
p { color: rgb(219,224,83); }
H1.HeaderClassName
{
color: #DBE053;
}
.AnyTagClassName
{
color: #DBE053;
}
</style>
background-color css
<style>
a { background-color: #DBE053; }
a { background-color: rgb(219,224,83); }
div.DivClassName
{
background-color: #DBE053;
}
.BgClassName
{
background-color: #DBE053;
}
</style>
border-color css
<style>
span { border-color: #DBE053; }
span { border-color: rgb(219,224,83); }
td.TdClassName
{
border-color: #DBE053;
}
.TagClassName
{
border-color: #DBE053;
}
</style>