Shades of Mindaro #DBEB7E
Tints of Mindaro #DBEB7E
RGB
CMYK
RGB Variations
Color information
#DBEB7E (or 0xDBEB7E) is known color: Mindaro. HEX triplet: DB, EB and 7E. RGB value is (219,235,126). Sum of RGB (Red+Green+Blue) = 219+235+126=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB7E is #241481. Grayscale: #DADADA. Windows color (decimal): -2364546 or 8317915. OLE color: 8317915.
HSL color Cylindrical-coordinate representation of color #DBEB7E: hue angle of 68.81º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBEB7E is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 126 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.08 |
| HSL | 68.81º | 0.73% | 0.71% | - |
| HSV(B) | 68.81º | 0.46% | 0.92% | - |
| XYZ | 62.69 | 75.98 | 31.1 | - |
| YUV | 217.79 | 76.2 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 126 | 0.07 | 0 | 0.46 | 0.08 | 68.81 | 0.73 | 0.71 |
| Hex | DB | EB | 7E | 7 | 0 | 2E | 8 | 45 | 49 | 47 |
| Octal | 333 | 353 | 176 | 7 | 0 | 56 | 10 | 105 | 111 | 107 |
| Binary | 11011011 | 11101011 | 1111110 | 111 | 0 | 101110 | 1000 | 1000101 | 1001001 | 1000111 |
Color Harmonies of #DBEB7E
Complementary color
Monochromatic Colors of #DBEB7E
Black with #DBEB7E
Text Example
Text Example
White with #DBEB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB7E; }
p { color: rgb(219,235,126); }
H1.HeaderClassName
{
color: #DBEB7E;
}
.AnyTagClassName
{
color: #DBEB7E;
}
</style>
background-color css
<style>
a { background-color: #DBEB7E; }
a { background-color: rgb(219,235,126); }
div.DivClassName
{
background-color: #DBEB7E;
}
.BgClassName
{
background-color: #DBEB7E;
}
</style>
border-color css
<style>
span { border-color: #DBEB7E; }
span { border-color: rgb(219,235,126); }
td.TdClassName
{
border-color: #DBEB7E;
}
.TagClassName
{
border-color: #DBEB7E;
}
</style>