Shades of Mindaro #DBE46C
Tints of Mindaro #DBE46C
RGB
CMYK
RGB Variations
Color information
#DBE46C (or 0xDBE46C) is known color: Mindaro. HEX triplet: DB, E4 and 6C. RGB value is (219,228,108). Sum of RGB (Red+Green+Blue) = 219+228+108=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE46C is #241B93. Grayscale: #D4D4D4. Windows color (decimal): -2366356 or 7136475. OLE color: 7136475.
HSL color Cylindrical-coordinate representation of color #DBE46C: hue angle of 64.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBE46C is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 108 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.11 |
| HSL | 64.5º | 0.69% | 0.66% | - |
| HSV(B) | 64.5º | 0.53% | 0.89% | - |
| XYZ | 59.66 | 71.63 | 24.87 | - |
| YUV | 211.63 | 69.52 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 108 | 0.04 | 0 | 0.53 | 0.11 | 64.5 | 0.69 | 0.66 |
| Hex | DB | E4 | 6C | 4 | 0 | 35 | B | 40 | 45 | 42 |
| Octal | 333 | 344 | 154 | 4 | 0 | 65 | 13 | 100 | 105 | 102 |
| Binary | 11011011 | 11100100 | 1101100 | 100 | 0 | 110101 | 1011 | 1000000 | 1000101 | 1000010 |
Color Harmonies of #DBE46C
Complementary color
Monochromatic Colors of #DBE46C
Black with #DBE46C
Text Example
Text Example
White with #DBE46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE46C; }
p { color: rgb(219,228,108); }
H1.HeaderClassName
{
color: #DBE46C;
}
.AnyTagClassName
{
color: #DBE46C;
}
</style>
background-color css
<style>
a { background-color: #DBE46C; }
a { background-color: rgb(219,228,108); }
div.DivClassName
{
background-color: #DBE46C;
}
.BgClassName
{
background-color: #DBE46C;
}
</style>
border-color css
<style>
span { border-color: #DBE46C; }
span { border-color: rgb(219,228,108); }
td.TdClassName
{
border-color: #DBE46C;
}
.TagClassName
{
border-color: #DBE46C;
}
</style>