Shades of Manz #DBEB4D
Tints of Manz #DBEB4D
RGB
CMYK
RGB Variations
Color information
#DBEB4D (or 0xDBEB4D) is known color: Manz. HEX triplet: DB, EB and 4D. RGB value is (219,235,77). Sum of RGB (Red+Green+Blue) = 219+235+77=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB4D is #2414B2. Grayscale: #D4D4D4. Windows color (decimal): -2364595 or 5106651. OLE color: 5106651.
HSL color Cylindrical-coordinate representation of color #DBEB4D: hue angle of 66.08º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBEB4D is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 77 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.08 |
| HSL | 66.08º | 0.8% | 0.61% | - |
| HSV(B) | 66.08º | 0.67% | 0.92% | - |
| XYZ | 60.26 | 75.01 | 18.32 | - |
| YUV | 212.2 | 51.7 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 77 | 0.07 | 0 | 0.67 | 0.08 | 66.08 | 0.8 | 0.61 |
| Hex | DB | EB | 4D | 7 | 0 | 43 | 8 | 42 | 50 | 3D |
| Octal | 333 | 353 | 115 | 7 | 0 | 103 | 10 | 102 | 120 | 75 |
| Binary | 11011011 | 11101011 | 1001101 | 111 | 0 | 1000011 | 1000 | 1000010 | 1010000 | 111101 |
Color Harmonies of #DBEB4D
Complementary color
Monochromatic Colors of #DBEB4D
Black with #DBEB4D
Text Example
Text Example
White with #DBEB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB4D; }
p { color: rgb(219,235,77); }
H1.HeaderClassName
{
color: #DBEB4D;
}
.AnyTagClassName
{
color: #DBEB4D;
}
</style>
background-color css
<style>
a { background-color: #DBEB4D; }
a { background-color: rgb(219,235,77); }
div.DivClassName
{
background-color: #DBEB4D;
}
.BgClassName
{
background-color: #DBEB4D;
}
</style>
border-color css
<style>
span { border-color: #DBEB4D; }
span { border-color: rgb(219,235,77); }
td.TdClassName
{
border-color: #DBEB4D;
}
.TagClassName
{
border-color: #DBEB4D;
}
</style>