Shades of Mindaro #DBEA73
Tints of Mindaro #DBEA73
RGB
CMYK
RGB Variations
Color information
#DBEA73 (or 0xDBEA73) is known color: Mindaro. HEX triplet: DB, EA and 73. RGB value is (219,234,115). Sum of RGB (Red+Green+Blue) = 219+234+115=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 115 (45.31% from 255 or 20.25% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA73 is #24158C. Grayscale: #D8D8D8. Windows color (decimal): -2364813 or 7596763. OLE color: 7596763.
HSL color Cylindrical-coordinate representation of color #DBEA73: hue angle of 67.56º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBEA73 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 115 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.08 |
| HSL | 67.56º | 0.74% | 0.68% | - |
| HSV(B) | 67.56º | 0.51% | 0.92% | - |
| XYZ | 61.73 | 75.14 | 27.47 | - |
| YUV | 215.95 | 71.03 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 115 | 0.06 | 0 | 0.51 | 0.08 | 67.56 | 0.74 | 0.68 |
| Hex | DB | EA | 73 | 6 | 0 | 33 | 8 | 44 | 4A | 44 |
| Octal | 333 | 352 | 163 | 6 | 0 | 63 | 10 | 104 | 112 | 104 |
| Binary | 11011011 | 11101010 | 1110011 | 110 | 0 | 110011 | 1000 | 1000100 | 1001010 | 1000100 |
Color Harmonies of #DBEA73
Complementary color
Monochromatic Colors of #DBEA73
Black with #DBEA73
Text Example
Text Example
White with #DBEA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA73; }
p { color: rgb(219,234,115); }
H1.HeaderClassName
{
color: #DBEA73;
}
.AnyTagClassName
{
color: #DBEA73;
}
</style>
background-color css
<style>
a { background-color: #DBEA73; }
a { background-color: rgb(219,234,115); }
div.DivClassName
{
background-color: #DBEA73;
}
.BgClassName
{
background-color: #DBEA73;
}
</style>
border-color css
<style>
span { border-color: #DBEA73; }
span { border-color: rgb(219,234,115); }
td.TdClassName
{
border-color: #DBEA73;
}
.TagClassName
{
border-color: #DBEA73;
}
</style>