Shades of Mindaro #DBE664
Tints of Mindaro #DBE664
RGB
CMYK
RGB Variations
Color information
#DBE664 (or 0xDBE664) is known color: Mindaro. HEX triplet: DB, E6 and 64. RGB value is (219,230,100). Sum of RGB (Red+Green+Blue) = 219+230+100=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE664 is #24199B. Grayscale: #D4D4D4. Windows color (decimal): -2365852 or 6612699. OLE color: 6612699.
HSL color Cylindrical-coordinate representation of color #DBE664: hue angle of 65.08º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBE664 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 100 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.10 |
| HSL | 65.08º | 0.72% | 0.65% | - |
| HSV(B) | 65.08º | 0.57% | 0.9% | - |
| XYZ | 59.81 | 72.57 | 22.91 | - |
| YUV | 211.89 | 64.86 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 100 | 0.05 | 0 | 0.57 | 0.10 | 65.08 | 0.72 | 0.65 |
| Hex | DB | E6 | 64 | 5 | 0 | 39 | A | 41 | 48 | 41 |
| Octal | 333 | 346 | 144 | 5 | 0 | 71 | 12 | 101 | 110 | 101 |
| Binary | 11011011 | 11100110 | 1100100 | 101 | 0 | 111001 | 1010 | 1000001 | 1001000 | 1000001 |
Color Harmonies of #DBE664
Complementary color
Monochromatic Colors of #DBE664
Black with #DBE664
Text Example
Text Example
White with #DBE664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE664; }
p { color: rgb(219,230,100); }
H1.HeaderClassName
{
color: #DBE664;
}
.AnyTagClassName
{
color: #DBE664;
}
</style>
background-color css
<style>
a { background-color: #DBE664; }
a { background-color: rgb(219,230,100); }
div.DivClassName
{
background-color: #DBE664;
}
.BgClassName
{
background-color: #DBE664;
}
</style>
border-color css
<style>
span { border-color: #DBE664; }
span { border-color: rgb(219,230,100); }
td.TdClassName
{
border-color: #DBE664;
}
.TagClassName
{
border-color: #DBE664;
}
</style>