Shades of Mindaro #DBEB6C
Tints of Mindaro #DBEB6C
RGB
CMYK
RGB Variations
Color information
#DBEB6C (or 0xDBEB6C) is known color: Mindaro. HEX triplet: DB, EB and 6C. RGB value is (219,235,108). Sum of RGB (Red+Green+Blue) = 219+235+108=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB6C is #241493. Grayscale: #D8D8D8. Windows color (decimal): -2364564 or 7138267. OLE color: 7138267.
HSL color Cylindrical-coordinate representation of color #DBEB6C: hue angle of 67.56º 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 #DBEB6C is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 108 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.08 |
| HSL | 67.56º | 0.76% | 0.67% | - |
| HSV(B) | 67.56º | 0.54% | 0.92% | - |
| XYZ | 61.63 | 75.56 | 25.52 | - |
| YUV | 215.74 | 67.2 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 108 | 0.07 | 0 | 0.54 | 0.08 | 67.56 | 0.76 | 0.67 |
| Hex | DB | EB | 6C | 7 | 0 | 36 | 8 | 44 | 4C | 43 |
| Octal | 333 | 353 | 154 | 7 | 0 | 66 | 10 | 104 | 114 | 103 |
| Binary | 11011011 | 11101011 | 1101100 | 111 | 0 | 110110 | 1000 | 1000100 | 1001100 | 1000011 |
Color Harmonies of #DBEB6C
Complementary color
Monochromatic Colors of #DBEB6C
Black with #DBEB6C
Text Example
Text Example
White with #DBEB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB6C; }
p { color: rgb(219,235,108); }
H1.HeaderClassName
{
color: #DBEB6C;
}
.AnyTagClassName
{
color: #DBEB6C;
}
</style>
background-color css
<style>
a { background-color: #DBEB6C; }
a { background-color: rgb(219,235,108); }
div.DivClassName
{
background-color: #DBEB6C;
}
.BgClassName
{
background-color: #DBEB6C;
}
</style>
border-color css
<style>
span { border-color: #DBEB6C; }
span { border-color: rgb(219,235,108); }
td.TdClassName
{
border-color: #DBEB6C;
}
.TagClassName
{
border-color: #DBEB6C;
}
</style>