Shades of Manz #DBEB4A
Tints of Manz #DBEB4A
RGB
CMYK
RGB Variations
Color information
#DBEB4A (or 0xDBEB4A) is known color: Manz. HEX triplet: DB, EB and 4A. RGB value is (219,235,74). Sum of RGB (Red+Green+Blue) = 219+235+74=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 74 (29.30% from 255 or 14.02% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB4A is #2414B5. Grayscale: #D4D4D4. Windows color (decimal): -2364598 or 4910043. OLE color: 4910043.
HSL color Cylindrical-coordinate representation of color #DBEB4A: hue angle of 65.96º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBEB4A is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 74 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.08 |
| HSL | 65.96º | 0.8% | 0.61% | - |
| HSV(B) | 65.96º | 0.69% | 0.92% | - |
| XYZ | 60.16 | 74.97 | 17.78 | - |
| YUV | 211.86 | 50.2 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 74 | 0.07 | 0 | 0.69 | 0.08 | 65.96 | 0.8 | 0.61 |
| Hex | DB | EB | 4A | 7 | 0 | 45 | 8 | 42 | 50 | 3D |
| Octal | 333 | 353 | 112 | 7 | 0 | 105 | 10 | 102 | 120 | 75 |
| Binary | 11011011 | 11101011 | 1001010 | 111 | 0 | 1000101 | 1000 | 1000010 | 1010000 | 111101 |
Color Harmonies of #DBEB4A
Complementary color
Monochromatic Colors of #DBEB4A
Black with #DBEB4A
Text Example
Text Example
White with #DBEB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB4A; }
p { color: rgb(219,235,74); }
H1.HeaderClassName
{
color: #DBEB4A;
}
.AnyTagClassName
{
color: #DBEB4A;
}
</style>
background-color css
<style>
a { background-color: #DBEB4A; }
a { background-color: rgb(219,235,74); }
div.DivClassName
{
background-color: #DBEB4A;
}
.BgClassName
{
background-color: #DBEB4A;
}
</style>
border-color css
<style>
span { border-color: #DBEB4A; }
span { border-color: rgb(219,235,74); }
td.TdClassName
{
border-color: #DBEB4A;
}
.TagClassName
{
border-color: #DBEB4A;
}
</style>