Shades of Mindaro #DFEB73
Tints of Mindaro #DFEB73
RGB
CMYK
RGB Variations
Color information
#DFEB73 (or 0xDFEB73) is known color: Mindaro. HEX triplet: DF, EB and 73. RGB value is (223,235,115). Sum of RGB (Red+Green+Blue) = 223+235+115=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 115 (45.31% from 255 or 20.07% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEB73 is #20148C. Grayscale: #DADADA. Windows color (decimal): -2102413 or 7597023. OLE color: 7597023.
HSL color Cylindrical-coordinate representation of color #DFEB73: hue angle of 66º 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 #DFEB73 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 115 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.08 |
| HSL | 66º | 0.75% | 0.69% | - |
| HSV(B) | 66º | 0.51% | 0.92% | - |
| XYZ | 63.23 | 76.34 | 27.62 | - |
| YUV | 217.73 | 70.02 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 115 | 0.05 | 0 | 0.51 | 0.08 | 66 | 0.75 | 0.69 |
| Hex | DF | EB | 73 | 5 | 0 | 33 | 8 | 42 | 4B | 45 |
| Octal | 337 | 353 | 163 | 5 | 0 | 63 | 10 | 102 | 113 | 105 |
| Binary | 11011111 | 11101011 | 1110011 | 101 | 0 | 110011 | 1000 | 1000010 | 1001011 | 1000101 |
Color Harmonies of #DFEB73
Complementary color
Monochromatic Colors of #DFEB73
Black with #DFEB73
Text Example
Text Example
White with #DFEB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEB73; }
p { color: rgb(223,235,115); }
H1.HeaderClassName
{
color: #DFEB73;
}
.AnyTagClassName
{
color: #DFEB73;
}
</style>
background-color css
<style>
a { background-color: #DFEB73; }
a { background-color: rgb(223,235,115); }
div.DivClassName
{
background-color: #DFEB73;
}
.BgClassName
{
background-color: #DFEB73;
}
</style>
border-color css
<style>
span { border-color: #DFEB73; }
span { border-color: rgb(223,235,115); }
td.TdClassName
{
border-color: #DFEB73;
}
.TagClassName
{
border-color: #DFEB73;
}
</style>