Shades of Mindaro #DBEB7A
Tints of Mindaro #DBEB7A
RGB
CMYK
RGB Variations
Color information
#DBEB7A (or 0xDBEB7A) is known color: Mindaro. HEX triplet: DB, EB and 7A. RGB value is (219,235,122). Sum of RGB (Red+Green+Blue) = 219+235+122=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 122 (48.05% from 255 or 21.18% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB7A is #241485. Grayscale: #D9D9D9. Windows color (decimal): -2364550 or 8055771. OLE color: 8055771.
HSL color Cylindrical-coordinate representation of color #DBEB7A: hue angle of 68.5º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBEB7A is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 122 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.08 |
| HSL | 68.5º | 0.74% | 0.7% | - |
| HSV(B) | 68.5º | 0.48% | 0.92% | - |
| XYZ | 62.43 | 75.88 | 29.77 | - |
| YUV | 217.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 122 | 0.07 | 0 | 0.48 | 0.08 | 68.5 | 0.74 | 0.7 |
| Hex | DB | EB | 7A | 7 | 0 | 30 | 8 | 44 | 4A | 46 |
| Octal | 333 | 353 | 172 | 7 | 0 | 60 | 10 | 104 | 112 | 106 |
| Binary | 11011011 | 11101011 | 1111010 | 111 | 0 | 110000 | 1000 | 1000100 | 1001010 | 1000110 |
Color Harmonies of #DBEB7A
Complementary color
Monochromatic Colors of #DBEB7A
Black with #DBEB7A
Text Example
Text Example
White with #DBEB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB7A; }
p { color: rgb(219,235,122); }
H1.HeaderClassName
{
color: #DBEB7A;
}
.AnyTagClassName
{
color: #DBEB7A;
}
</style>
background-color css
<style>
a { background-color: #DBEB7A; }
a { background-color: rgb(219,235,122); }
div.DivClassName
{
background-color: #DBEB7A;
}
.BgClassName
{
background-color: #DBEB7A;
}
</style>
border-color css
<style>
span { border-color: #DBEB7A; }
span { border-color: rgb(219,235,122); }
td.TdClassName
{
border-color: #DBEB7A;
}
.TagClassName
{
border-color: #DBEB7A;
}
</style>