Shades of Manz #DBEB4C
Tints of Manz #DBEB4C
RGB
CMYK
RGB Variations
Color information
#DBEB4C (or 0xDBEB4C) is known color: Manz. HEX triplet: DB, EB and 4C. RGB value is (219,235,76). Sum of RGB (Red+Green+Blue) = 219+235+76=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 76 (30.08% from 255 or 14.34% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB4C is #2414B3. Grayscale: #D4D4D4. Windows color (decimal): -2364596 or 5041115. OLE color: 5041115.
HSL color Cylindrical-coordinate representation of color #DBEB4C: hue angle of 66.04º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBEB4C is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 76 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.08 |
| HSL | 66.04º | 0.8% | 0.61% | - |
| HSV(B) | 66.04º | 0.68% | 0.92% | - |
| XYZ | 60.23 | 75 | 18.14 | - |
| YUV | 212.09 | 51.2 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 76 | 0.07 | 0 | 0.68 | 0.08 | 66.04 | 0.8 | 0.61 |
| Hex | DB | EB | 4C | 7 | 0 | 44 | 8 | 42 | 50 | 3D |
| Octal | 333 | 353 | 114 | 7 | 0 | 104 | 10 | 102 | 120 | 75 |
| Binary | 11011011 | 11101011 | 1001100 | 111 | 0 | 1000100 | 1000 | 1000010 | 1010000 | 111101 |
Color Harmonies of #DBEB4C
Complementary color
Monochromatic Colors of #DBEB4C
Black with #DBEB4C
Text Example
Text Example
White with #DBEB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB4C; }
p { color: rgb(219,235,76); }
H1.HeaderClassName
{
color: #DBEB4C;
}
.AnyTagClassName
{
color: #DBEB4C;
}
</style>
background-color css
<style>
a { background-color: #DBEB4C; }
a { background-color: rgb(219,235,76); }
div.DivClassName
{
background-color: #DBEB4C;
}
.BgClassName
{
background-color: #DBEB4C;
}
</style>
border-color css
<style>
span { border-color: #DBEB4C; }
span { border-color: rgb(219,235,76); }
td.TdClassName
{
border-color: #DBEB4C;
}
.TagClassName
{
border-color: #DBEB4C;
}
</style>