Shades of Mindaro #DFEB6E
Tints of Mindaro #DFEB6E
RGB
CMYK
RGB Variations
Color information
#DFEB6E (or 0xDFEB6E) is known color: Mindaro. HEX triplet: DF, EB and 6E. RGB value is (223,235,110). Sum of RGB (Red+Green+Blue) = 223+235+110=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 110 (43.36% from 255 or 19.37% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEB6E is #201491. Grayscale: #D9D9D9. Windows color (decimal): -2102418 or 7269343. OLE color: 7269343.
HSL color Cylindrical-coordinate representation of color #DFEB6E: hue angle of 65.76º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFEB6E is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 110 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.08 |
| HSL | 65.76º | 0.76% | 0.68% | - |
| HSV(B) | 65.76º | 0.53% | 0.92% | - |
| XYZ | 62.95 | 76.23 | 26.15 | - |
| YUV | 217.16 | 67.52 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 110 | 0.05 | 0 | 0.53 | 0.08 | 65.76 | 0.76 | 0.68 |
| Hex | DF | EB | 6E | 5 | 0 | 35 | 8 | 42 | 4C | 44 |
| Octal | 337 | 353 | 156 | 5 | 0 | 65 | 10 | 102 | 114 | 104 |
| Binary | 11011111 | 11101011 | 1101110 | 101 | 0 | 110101 | 1000 | 1000010 | 1001100 | 1000100 |
Color Harmonies of #DFEB6E
Complementary color
Monochromatic Colors of #DFEB6E
Black with #DFEB6E
Text Example
Text Example
White with #DFEB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEB6E; }
p { color: rgb(223,235,110); }
H1.HeaderClassName
{
color: #DFEB6E;
}
.AnyTagClassName
{
color: #DFEB6E;
}
</style>
background-color css
<style>
a { background-color: #DFEB6E; }
a { background-color: rgb(223,235,110); }
div.DivClassName
{
background-color: #DFEB6E;
}
.BgClassName
{
background-color: #DFEB6E;
}
</style>
border-color css
<style>
span { border-color: #DFEB6E; }
span { border-color: rgb(223,235,110); }
td.TdClassName
{
border-color: #DFEB6E;
}
.TagClassName
{
border-color: #DFEB6E;
}
</style>