Shades of Mindaro #DFEA73
Tints of Mindaro #DFEA73
RGB
CMYK
RGB Variations
Color information
#DFEA73 (or 0xDFEA73) is known color: Mindaro. HEX triplet: DF, EA and 73. RGB value is (223,234,115). Sum of RGB (Red+Green+Blue) = 223+234+115=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 115 (45.31% from 255 or 20.10% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEA73 is #20158C. Grayscale: #D9D9D9. Windows color (decimal): -2102669 or 7596767. OLE color: 7596767.
HSL color Cylindrical-coordinate representation of color #DFEA73: hue angle of 65.55º 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 #DFEA73 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 115 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.08 |
| HSL | 65.55º | 0.74% | 0.68% | - |
| HSV(B) | 65.55º | 0.51% | 0.92% | - |
| XYZ | 62.95 | 75.77 | 27.53 | - |
| YUV | 217.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 115 | 0.05 | 0 | 0.51 | 0.08 | 65.55 | 0.74 | 0.68 |
| Hex | DF | EA | 73 | 5 | 0 | 33 | 8 | 42 | 4A | 44 |
| Octal | 337 | 352 | 163 | 5 | 0 | 63 | 10 | 102 | 112 | 104 |
| Binary | 11011111 | 11101010 | 1110011 | 101 | 0 | 110011 | 1000 | 1000010 | 1001010 | 1000100 |
Color Harmonies of #DFEA73
Complementary color
Monochromatic Colors of #DFEA73
Black with #DFEA73
Text Example
Text Example
White with #DFEA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEA73; }
p { color: rgb(223,234,115); }
H1.HeaderClassName
{
color: #DFEA73;
}
.AnyTagClassName
{
color: #DFEA73;
}
</style>
background-color css
<style>
a { background-color: #DFEA73; }
a { background-color: rgb(223,234,115); }
div.DivClassName
{
background-color: #DFEA73;
}
.BgClassName
{
background-color: #DFEA73;
}
</style>
border-color css
<style>
span { border-color: #DFEA73; }
span { border-color: rgb(223,234,115); }
td.TdClassName
{
border-color: #DFEA73;
}
.TagClassName
{
border-color: #DFEA73;
}
</style>