Shades of Mindaro #DFEA6D
Tints of Mindaro #DFEA6D
RGB
CMYK
RGB Variations
Color information
#DFEA6D (or 0xDFEA6D) is known color: Mindaro. HEX triplet: DF, EA and 6D. RGB value is (223,234,109). Sum of RGB (Red+Green+Blue) = 223+234+109=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 109 (42.97% from 255 or 19.26% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEA6D is #201592. Grayscale: #D8D8D8. Windows color (decimal): -2102675 or 7203551. OLE color: 7203551.
HSL color Cylindrical-coordinate representation of color #DFEA6D: hue angle of 65.28º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFEA6D is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 109 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.08 |
| HSL | 65.28º | 0.75% | 0.67% | - |
| HSV(B) | 65.28º | 0.53% | 0.92% | - |
| XYZ | 62.61 | 75.64 | 25.77 | - |
| YUV | 216.46 | 67.36 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 109 | 0.05 | 0 | 0.53 | 0.08 | 65.28 | 0.75 | 0.67 |
| Hex | DF | EA | 6D | 5 | 0 | 35 | 8 | 41 | 4B | 43 |
| Octal | 337 | 352 | 155 | 5 | 0 | 65 | 10 | 101 | 113 | 103 |
| Binary | 11011111 | 11101010 | 1101101 | 101 | 0 | 110101 | 1000 | 1000001 | 1001011 | 1000011 |
Color Harmonies of #DFEA6D
Complementary color
Monochromatic Colors of #DFEA6D
Black with #DFEA6D
Text Example
Text Example
White with #DFEA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEA6D; }
p { color: rgb(223,234,109); }
H1.HeaderClassName
{
color: #DFEA6D;
}
.AnyTagClassName
{
color: #DFEA6D;
}
</style>
background-color css
<style>
a { background-color: #DFEA6D; }
a { background-color: rgb(223,234,109); }
div.DivClassName
{
background-color: #DFEA6D;
}
.BgClassName
{
background-color: #DFEA6D;
}
</style>
border-color css
<style>
span { border-color: #DFEA6D; }
span { border-color: rgb(223,234,109); }
td.TdClassName
{
border-color: #DFEA6D;
}
.TagClassName
{
border-color: #DFEA6D;
}
</style>