Shades of Mindaro #DBE369
Tints of Mindaro #DBE369
RGB
CMYK
RGB Variations
Color information
#DBE369 (or 0xDBE369) is known color: Mindaro. HEX triplet: DB, E3 and 69. RGB value is (219,227,105). Sum of RGB (Red+Green+Blue) = 219+227+105=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE369 is #241C96. Grayscale: #D3D3D3. Windows color (decimal): -2366615 or 6939611. OLE color: 6939611.
HSL color Cylindrical-coordinate representation of color #DBE369: hue angle of 63.93º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBE369 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 105 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.11 |
| HSL | 63.93º | 0.69% | 0.65% | - |
| HSV(B) | 63.93º | 0.54% | 0.89% | - |
| XYZ | 59.23 | 71.02 | 23.95 | - |
| YUV | 210.7 | 68.35 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 105 | 0.04 | 0 | 0.54 | 0.11 | 63.93 | 0.69 | 0.65 |
| Hex | DB | E3 | 69 | 4 | 0 | 36 | B | 40 | 45 | 41 |
| Octal | 333 | 343 | 151 | 4 | 0 | 66 | 13 | 100 | 105 | 101 |
| Binary | 11011011 | 11100011 | 1101001 | 100 | 0 | 110110 | 1011 | 1000000 | 1000101 | 1000001 |
Color Harmonies of #DBE369
Complementary color
Monochromatic Colors of #DBE369
Black with #DBE369
Text Example
Text Example
White with #DBE369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE369; }
p { color: rgb(219,227,105); }
H1.HeaderClassName
{
color: #DBE369;
}
.AnyTagClassName
{
color: #DBE369;
}
</style>
background-color css
<style>
a { background-color: #DBE369; }
a { background-color: rgb(219,227,105); }
div.DivClassName
{
background-color: #DBE369;
}
.BgClassName
{
background-color: #DBE369;
}
</style>
border-color css
<style>
span { border-color: #DBE369; }
span { border-color: rgb(219,227,105); }
td.TdClassName
{
border-color: #DBE369;
}
.TagClassName
{
border-color: #DBE369;
}
</style>