Shades of Mindaro #DBE671
Tints of Mindaro #DBE671
RGB
CMYK
RGB Variations
Color information
#DBE671 (or 0xDBE671) is known color: Mindaro. HEX triplet: DB, E6 and 71. RGB value is (219,230,113). Sum of RGB (Red+Green+Blue) = 219+230+113=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE671 is #24198E. Grayscale: #D5D5D5. Windows color (decimal): -2365839 or 7464667. OLE color: 7464667.
HSL color Cylindrical-coordinate representation of color #DBE671: hue angle of 65.64º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBE671 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 113 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.10 |
| HSL | 65.64º | 0.7% | 0.67% | - |
| HSV(B) | 65.64º | 0.51% | 0.9% | - |
| XYZ | 60.49 | 72.85 | 26.5 | - |
| YUV | 213.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 113 | 0.05 | 0 | 0.51 | 0.10 | 65.64 | 0.7 | 0.67 |
| Hex | DB | E6 | 71 | 5 | 0 | 33 | A | 42 | 46 | 43 |
| Octal | 333 | 346 | 161 | 5 | 0 | 63 | 12 | 102 | 106 | 103 |
| Binary | 11011011 | 11100110 | 1110001 | 101 | 0 | 110011 | 1010 | 1000010 | 1000110 | 1000011 |
Color Harmonies of #DBE671
Complementary color
Monochromatic Colors of #DBE671
Black with #DBE671
Text Example
Text Example
White with #DBE671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE671; }
p { color: rgb(219,230,113); }
H1.HeaderClassName
{
color: #DBE671;
}
.AnyTagClassName
{
color: #DBE671;
}
</style>
background-color css
<style>
a { background-color: #DBE671; }
a { background-color: rgb(219,230,113); }
div.DivClassName
{
background-color: #DBE671;
}
.BgClassName
{
background-color: #DBE671;
}
</style>
border-color css
<style>
span { border-color: #DBE671; }
span { border-color: rgb(219,230,113); }
td.TdClassName
{
border-color: #DBE671;
}
.TagClassName
{
border-color: #DBE671;
}
</style>