Shades of Mindaro #DBE47B
Tints of Mindaro #DBE47B
RGB
CMYK
RGB Variations
Color information
#DBE47B (or 0xDBE47B) is known color: Mindaro. HEX triplet: DB, E4 and 7B. RGB value is (219,228,123). Sum of RGB (Red+Green+Blue) = 219+228+123=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE47B is #241B84. Grayscale: #D5D5D5. Windows color (decimal): -2366341 or 8119515. OLE color: 8119515.
HSL color Cylindrical-coordinate representation of color #DBE47B: hue angle of 65.14º 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 #DBE47B is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 123 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.11 |
| HSL | 65.14º | 0.66% | 0.69% | - |
| HSV(B) | 65.14º | 0.46% | 0.89% | - |
| XYZ | 60.53 | 71.98 | 29.44 | - |
| YUV | 213.34 | 77.02 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 123 | 0.04 | 0 | 0.46 | 0.11 | 65.14 | 0.66 | 0.69 |
| Hex | DB | E4 | 7B | 4 | 0 | 2E | B | 41 | 42 | 45 |
| Octal | 333 | 344 | 173 | 4 | 0 | 56 | 13 | 101 | 102 | 105 |
| Binary | 11011011 | 11100100 | 1111011 | 100 | 0 | 101110 | 1011 | 1000001 | 1000010 | 1000101 |
Color Harmonies of #DBE47B
Complementary color
Monochromatic Colors of #DBE47B
Black with #DBE47B
Text Example
Text Example
White with #DBE47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE47B; }
p { color: rgb(219,228,123); }
H1.HeaderClassName
{
color: #DBE47B;
}
.AnyTagClassName
{
color: #DBE47B;
}
</style>
background-color css
<style>
a { background-color: #DBE47B; }
a { background-color: rgb(219,228,123); }
div.DivClassName
{
background-color: #DBE47B;
}
.BgClassName
{
background-color: #DBE47B;
}
</style>
border-color css
<style>
span { border-color: #DBE47B; }
span { border-color: rgb(219,228,123); }
td.TdClassName
{
border-color: #DBE47B;
}
.TagClassName
{
border-color: #DBE47B;
}
</style>