Shades of Mindaro #DBEB6E
Tints of Mindaro #DBEB6E
RGB
CMYK
RGB Variations
Color information
#DBEB6E (or 0xDBEB6E) is known color: Mindaro. HEX triplet: DB, EB and 6E. RGB value is (219,235,110). Sum of RGB (Red+Green+Blue) = 219+235+110=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB6E is #241491. Grayscale: #D8D8D8. Windows color (decimal): -2364562 or 7269339. OLE color: 7269339.
HSL color Cylindrical-coordinate representation of color #DBEB6E: hue angle of 67.68º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBEB6E is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 110 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.08 |
| HSL | 67.68º | 0.76% | 0.68% | - |
| HSV(B) | 67.68º | 0.53% | 0.92% | - |
| XYZ | 61.74 | 75.6 | 26.09 | - |
| YUV | 215.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 110 | 0.07 | 0 | 0.53 | 0.08 | 67.68 | 0.76 | 0.68 |
| Hex | DB | EB | 6E | 7 | 0 | 35 | 8 | 44 | 4C | 44 |
| Octal | 333 | 353 | 156 | 7 | 0 | 65 | 10 | 104 | 114 | 104 |
| Binary | 11011011 | 11101011 | 1101110 | 111 | 0 | 110101 | 1000 | 1000100 | 1001100 | 1000100 |
Color Harmonies of #DBEB6E
Complementary color
Monochromatic Colors of #DBEB6E
Black with #DBEB6E
Text Example
Text Example
White with #DBEB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB6E; }
p { color: rgb(219,235,110); }
H1.HeaderClassName
{
color: #DBEB6E;
}
.AnyTagClassName
{
color: #DBEB6E;
}
</style>
background-color css
<style>
a { background-color: #DBEB6E; }
a { background-color: rgb(219,235,110); }
div.DivClassName
{
background-color: #DBEB6E;
}
.BgClassName
{
background-color: #DBEB6E;
}
</style>
border-color css
<style>
span { border-color: #DBEB6E; }
span { border-color: rgb(219,235,110); }
td.TdClassName
{
border-color: #DBEB6E;
}
.TagClassName
{
border-color: #DBEB6E;
}
</style>