Shades of Manz #DBE14A
Tints of Manz #DBE14A
RGB
CMYK
RGB Variations
Color information
#DBE14A (or 0xDBE14A) is known color: Manz. HEX triplet: DB, E1 and 4A. RGB value is (219,225,74). Sum of RGB (Red+Green+Blue) = 219+225+74=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE14A is #241EB5. Grayscale: #CECECE. Windows color (decimal): -2367158 or 4907483. OLE color: 4907483.
HSL color Cylindrical-coordinate representation of color #DBE14A: hue angle of 62.38º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBE14A is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 74 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.12 |
| HSL | 62.38º | 0.72% | 0.59% | - |
| HSV(B) | 62.38º | 0.67% | 0.88% | - |
| XYZ | 57.37 | 69.4 | 16.85 | - |
| YUV | 205.99 | 53.51 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 74 | 0.03 | 0 | 0.67 | 0.12 | 62.38 | 0.72 | 0.59 |
| Hex | DB | E1 | 4A | 3 | 0 | 43 | C | 3E | 48 | 3B |
| Octal | 333 | 341 | 112 | 3 | 0 | 103 | 14 | 76 | 110 | 73 |
| Binary | 11011011 | 11100001 | 1001010 | 11 | 0 | 1000011 | 1100 | 111110 | 1001000 | 111011 |
Color Harmonies of #DBE14A
Complementary color
Monochromatic Colors of #DBE14A
Black with #DBE14A
Text Example
Text Example
White with #DBE14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE14A; }
p { color: rgb(219,225,74); }
H1.HeaderClassName
{
color: #DBE14A;
}
.AnyTagClassName
{
color: #DBE14A;
}
</style>
background-color css
<style>
a { background-color: #DBE14A; }
a { background-color: rgb(219,225,74); }
div.DivClassName
{
background-color: #DBE14A;
}
.BgClassName
{
background-color: #DBE14A;
}
</style>
border-color css
<style>
span { border-color: #DBE14A; }
span { border-color: rgb(219,225,74); }
td.TdClassName
{
border-color: #DBE14A;
}
.TagClassName
{
border-color: #DBE14A;
}
</style>