Shades of Mindaro #DBE985
Tints of Mindaro #DBE985
RGB
CMYK
RGB Variations
Color information
#DBE985 (or 0xDBE985) is known color: Mindaro. HEX triplet: DB, E9 and 85. RGB value is (219,233,133). Sum of RGB (Red+Green+Blue) = 219+233+133=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 233 (91.41% from 255 or 39.83% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE985 is #24167A. Grayscale: #D9D9D9. Windows color (decimal): -2365051 or 8776155. OLE color: 8776155.
HSL color Cylindrical-coordinate representation of color #DBE985: hue angle of 68.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBE985 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 133 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.09 |
| HSL | 68.4º | 0.69% | 0.72% | - |
| HSV(B) | 68.4º | 0.43% | 0.91% | - |
| XYZ | 62.59 | 75.03 | 33.37 | - |
| YUV | 217.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 133 | 0.06 | 0 | 0.43 | 0.09 | 68.4 | 0.69 | 0.72 |
| Hex | DB | E9 | 85 | 6 | 0 | 2B | 9 | 44 | 45 | 48 |
| Octal | 333 | 351 | 205 | 6 | 0 | 53 | 11 | 104 | 105 | 110 |
| Binary | 11011011 | 11101001 | 10000101 | 110 | 0 | 101011 | 1001 | 1000100 | 1000101 | 1001000 |
Color Harmonies of #DBE985
Complementary color
Monochromatic Colors of #DBE985
Black with #DBE985
Text Example
Text Example
White with #DBE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE985; }
p { color: rgb(219,233,133); }
H1.HeaderClassName
{
color: #DBE985;
}
.AnyTagClassName
{
color: #DBE985;
}
</style>
background-color css
<style>
a { background-color: #DBE985; }
a { background-color: rgb(219,233,133); }
div.DivClassName
{
background-color: #DBE985;
}
.BgClassName
{
background-color: #DBE985;
}
</style>
border-color css
<style>
span { border-color: #DBE985; }
span { border-color: rgb(219,233,133); }
td.TdClassName
{
border-color: #DBE985;
}
.TagClassName
{
border-color: #DBE985;
}
</style>