Shades of Mindaro #DBEB6B
Tints of Mindaro #DBEB6B
RGB
CMYK
RGB Variations
Color information
#DBEB6B (or 0xDBEB6B) is known color: Mindaro. HEX triplet: DB, EB and 6B. RGB value is (219,235,107). Sum of RGB (Red+Green+Blue) = 219+235+107=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 107 (42.19% from 255 or 19.07% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB6B is #241494. Grayscale: #D8D8D8. Windows color (decimal): -2364565 or 7072731. OLE color: 7072731.
HSL color Cylindrical-coordinate representation of color #DBEB6B: hue angle of 67.5º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBEB6B is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 107 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.08 |
| HSL | 67.5º | 0.76% | 0.67% | - |
| HSV(B) | 67.5º | 0.54% | 0.92% | - |
| XYZ | 61.58 | 75.54 | 25.24 | - |
| YUV | 215.62 | 66.7 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 107 | 0.07 | 0 | 0.54 | 0.08 | 67.5 | 0.76 | 0.67 |
| Hex | DB | EB | 6B | 7 | 0 | 36 | 8 | 44 | 4C | 43 |
| Octal | 333 | 353 | 153 | 7 | 0 | 66 | 10 | 104 | 114 | 103 |
| Binary | 11011011 | 11101011 | 1101011 | 111 | 0 | 110110 | 1000 | 1000100 | 1001100 | 1000011 |
Color Harmonies of #DBEB6B
Complementary color
Monochromatic Colors of #DBEB6B
Black with #DBEB6B
Text Example
Text Example
White with #DBEB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB6B; }
p { color: rgb(219,235,107); }
H1.HeaderClassName
{
color: #DBEB6B;
}
.AnyTagClassName
{
color: #DBEB6B;
}
</style>
background-color css
<style>
a { background-color: #DBEB6B; }
a { background-color: rgb(219,235,107); }
div.DivClassName
{
background-color: #DBEB6B;
}
.BgClassName
{
background-color: #DBEB6B;
}
</style>
border-color css
<style>
span { border-color: #DBEB6B; }
span { border-color: rgb(219,235,107); }
td.TdClassName
{
border-color: #DBEB6B;
}
.TagClassName
{
border-color: #DBEB6B;
}
</style>