Shades of Mindaro #DBE46B
Tints of Mindaro #DBE46B
RGB
CMYK
RGB Variations
Color information
#DBE46B (or 0xDBE46B) is known color: Mindaro. HEX triplet: DB, E4 and 6B. RGB value is (219,228,107). Sum of RGB (Red+Green+Blue) = 219+228+107=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE46B is #241B94. Grayscale: #D3D3D3. Windows color (decimal): -2366357 or 7070939. OLE color: 7070939.
HSL color Cylindrical-coordinate representation of color #DBE46B: hue angle of 64.46º 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 #DBE46B is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 107 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.11 |
| HSL | 64.46º | 0.69% | 0.66% | - |
| HSV(B) | 64.46º | 0.53% | 0.89% | - |
| XYZ | 59.61 | 71.61 | 24.59 | - |
| YUV | 211.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 107 | 0.04 | 0 | 0.53 | 0.11 | 64.46 | 0.69 | 0.66 |
| Hex | DB | E4 | 6B | 4 | 0 | 35 | B | 40 | 45 | 42 |
| Octal | 333 | 344 | 153 | 4 | 0 | 65 | 13 | 100 | 105 | 102 |
| Binary | 11011011 | 11100100 | 1101011 | 100 | 0 | 110101 | 1011 | 1000000 | 1000101 | 1000010 |
Color Harmonies of #DBE46B
Complementary color
Monochromatic Colors of #DBE46B
Black with #DBE46B
Text Example
Text Example
White with #DBE46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE46B; }
p { color: rgb(219,228,107); }
H1.HeaderClassName
{
color: #DBE46B;
}
.AnyTagClassName
{
color: #DBE46B;
}
</style>
background-color css
<style>
a { background-color: #DBE46B; }
a { background-color: rgb(219,228,107); }
div.DivClassName
{
background-color: #DBE46B;
}
.BgClassName
{
background-color: #DBE46B;
}
</style>
border-color css
<style>
span { border-color: #DBE46B; }
span { border-color: rgb(219,228,107); }
td.TdClassName
{
border-color: #DBE46B;
}
.TagClassName
{
border-color: #DBE46B;
}
</style>