Shades of Manz #DBE04A
Tints of Manz #DBE04A
RGB
CMYK
RGB Variations
Color information
#DBE04A (or 0xDBE04A) is known color: Manz. HEX triplet: DB, E0 and 4A. RGB value is (219,224,74). Sum of RGB (Red+Green+Blue) = 219+224+74=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 74 (29.30% from 255 or 14.31% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE04A is #241FB5. Grayscale: #CECECE. Windows color (decimal): -2367414 or 4907227. OLE color: 4907227.
HSL color Cylindrical-coordinate representation of color #DBE04A: hue angle of 62º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBE04A is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 74 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.12 |
| HSL | 62º | 0.71% | 0.58% | - |
| HSV(B) | 62º | 0.67% | 0.88% | - |
| XYZ | 57.11 | 68.87 | 16.76 | - |
| YUV | 205.41 | 53.84 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 74 | 0.02 | 0 | 0.67 | 0.12 | 62 | 0.71 | 0.58 |
| Hex | DB | E0 | 4A | 2 | 0 | 43 | C | 3E | 47 | 3A |
| Octal | 333 | 340 | 112 | 2 | 0 | 103 | 14 | 76 | 107 | 72 |
| Binary | 11011011 | 11100000 | 1001010 | 10 | 0 | 1000011 | 1100 | 111110 | 1000111 | 111010 |
Color Harmonies of #DBE04A
Complementary color
Monochromatic Colors of #DBE04A
Black with #DBE04A
Text Example
Text Example
White with #DBE04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE04A; }
p { color: rgb(219,224,74); }
H1.HeaderClassName
{
color: #DBE04A;
}
.AnyTagClassName
{
color: #DBE04A;
}
</style>
background-color css
<style>
a { background-color: #DBE04A; }
a { background-color: rgb(219,224,74); }
div.DivClassName
{
background-color: #DBE04A;
}
.BgClassName
{
background-color: #DBE04A;
}
</style>
border-color css
<style>
span { border-color: #DBE04A; }
span { border-color: rgb(219,224,74); }
td.TdClassName
{
border-color: #DBE04A;
}
.TagClassName
{
border-color: #DBE04A;
}
</style>