Shades of Mindaro #DBE47A
Tints of Mindaro #DBE47A
RGB
CMYK
RGB Variations
Color information
#DBE47A (or 0xDBE47A) is known color: Mindaro. HEX triplet: DB, E4 and 7A. RGB value is (219,228,122). Sum of RGB (Red+Green+Blue) = 219+228+122=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE47A is #241B85. Grayscale: #D5D5D5. Windows color (decimal): -2366342 or 8053979. OLE color: 8053979.
HSL color Cylindrical-coordinate representation of color #DBE47A: hue angle of 65.09º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBE47A is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 122 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.11 |
| HSL | 65.09º | 0.66% | 0.69% | - |
| HSV(B) | 65.09º | 0.46% | 0.89% | - |
| XYZ | 60.47 | 71.95 | 29.11 | - |
| YUV | 213.23 | 76.52 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 122 | 0.04 | 0 | 0.46 | 0.11 | 65.09 | 0.66 | 0.69 |
| Hex | DB | E4 | 7A | 4 | 0 | 2E | B | 41 | 42 | 45 |
| Octal | 333 | 344 | 172 | 4 | 0 | 56 | 13 | 101 | 102 | 105 |
| Binary | 11011011 | 11100100 | 1111010 | 100 | 0 | 101110 | 1011 | 1000001 | 1000010 | 1000101 |
Color Harmonies of #DBE47A
Complementary color
Monochromatic Colors of #DBE47A
Black with #DBE47A
Text Example
Text Example
White with #DBE47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE47A; }
p { color: rgb(219,228,122); }
H1.HeaderClassName
{
color: #DBE47A;
}
.AnyTagClassName
{
color: #DBE47A;
}
</style>
background-color css
<style>
a { background-color: #DBE47A; }
a { background-color: rgb(219,228,122); }
div.DivClassName
{
background-color: #DBE47A;
}
.BgClassName
{
background-color: #DBE47A;
}
</style>
border-color css
<style>
span { border-color: #DBE47A; }
span { border-color: rgb(219,228,122); }
td.TdClassName
{
border-color: #DBE47A;
}
.TagClassName
{
border-color: #DBE47A;
}
</style>