Shades of Mindaro #DBE969
Tints of Mindaro #DBE969
RGB
CMYK
RGB Variations
Color information
#DBE969 (or 0xDBE969) is known color: Mindaro. HEX triplet: DB, E9 and 69. RGB value is (219,233,105). Sum of RGB (Red+Green+Blue) = 219+233+105=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE969 is #241696. Grayscale: #D6D6D6. Windows color (decimal): -2365079 or 6941147. OLE color: 6941147.
HSL color Cylindrical-coordinate representation of color #DBE969: hue angle of 66.56º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBE969 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 105 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.09 |
| HSL | 66.56º | 0.74% | 0.66% | - |
| HSV(B) | 66.56º | 0.55% | 0.91% | - |
| XYZ | 60.9 | 74.36 | 24.51 | - |
| YUV | 214.22 | 66.36 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 105 | 0.06 | 0 | 0.55 | 0.09 | 66.56 | 0.74 | 0.66 |
| Hex | DB | E9 | 69 | 6 | 0 | 37 | 9 | 43 | 4A | 42 |
| Octal | 333 | 351 | 151 | 6 | 0 | 67 | 11 | 103 | 112 | 102 |
| Binary | 11011011 | 11101001 | 1101001 | 110 | 0 | 110111 | 1001 | 1000011 | 1001010 | 1000010 |
Color Harmonies of #DBE969
Complementary color
Monochromatic Colors of #DBE969
Black with #DBE969
Text Example
Text Example
White with #DBE969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE969; }
p { color: rgb(219,233,105); }
H1.HeaderClassName
{
color: #DBE969;
}
.AnyTagClassName
{
color: #DBE969;
}
</style>
background-color css
<style>
a { background-color: #DBE969; }
a { background-color: rgb(219,233,105); }
div.DivClassName
{
background-color: #DBE969;
}
.BgClassName
{
background-color: #DBE969;
}
</style>
border-color css
<style>
span { border-color: #DBE969; }
span { border-color: rgb(219,233,105); }
td.TdClassName
{
border-color: #DBE969;
}
.TagClassName
{
border-color: #DBE969;
}
</style>