Shades of Mindaro #DBEB73
Tints of Mindaro #DBEB73
RGB
CMYK
RGB Variations
Color information
#DBEB73 (or 0xDBEB73) is known color: Mindaro. HEX triplet: DB, EB and 73. RGB value is (219,235,115). Sum of RGB (Red+Green+Blue) = 219+235+115=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 115 (45.31% from 255 or 20.21% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB73 is #24148C. Grayscale: #D9D9D9. Windows color (decimal): -2364557 or 7597019. OLE color: 7597019.
HSL color Cylindrical-coordinate representation of color #DBEB73: hue angle of 68º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBEB73 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 115 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.08 |
| HSL | 68º | 0.75% | 0.69% | - |
| HSV(B) | 68º | 0.51% | 0.92% | - |
| XYZ | 62.02 | 75.71 | 27.57 | - |
| YUV | 216.54 | 70.7 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 115 | 0.07 | 0 | 0.51 | 0.08 | 68 | 0.75 | 0.69 |
| Hex | DB | EB | 73 | 7 | 0 | 33 | 8 | 44 | 4B | 45 |
| Octal | 333 | 353 | 163 | 7 | 0 | 63 | 10 | 104 | 113 | 105 |
| Binary | 11011011 | 11101011 | 1110011 | 111 | 0 | 110011 | 1000 | 1000100 | 1001011 | 1000101 |
Color Harmonies of #DBEB73
Complementary color
Monochromatic Colors of #DBEB73
Black with #DBEB73
Text Example
Text Example
White with #DBEB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB73; }
p { color: rgb(219,235,115); }
H1.HeaderClassName
{
color: #DBEB73;
}
.AnyTagClassName
{
color: #DBEB73;
}
</style>
background-color css
<style>
a { background-color: #DBEB73; }
a { background-color: rgb(219,235,115); }
div.DivClassName
{
background-color: #DBEB73;
}
.BgClassName
{
background-color: #DBEB73;
}
</style>
border-color css
<style>
span { border-color: #DBEB73; }
span { border-color: rgb(219,235,115); }
td.TdClassName
{
border-color: #DBEB73;
}
.TagClassName
{
border-color: #DBEB73;
}
</style>