Shades of Mindaro #DFEC68
Tints of Mindaro #DFEC68
RGB
CMYK
RGB Variations
Color information
#DFEC68 (or 0xDFEC68) is known color: Mindaro. HEX triplet: DF, EC and 68. RGB value is (223,236,104). Sum of RGB (Red+Green+Blue) = 223+236+104=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 104 (41.02% from 255 or 18.47% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEC68 is #201397. Grayscale: #D9D9D9. Windows color (decimal): -2102168 or 6876383. OLE color: 6876383.
HSL color Cylindrical-coordinate representation of color #DFEC68: hue angle of 65.91º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFEC68 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 104 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.07 |
| HSL | 65.91º | 0.78% | 0.67% | - |
| HSV(B) | 65.91º | 0.56% | 0.93% | - |
| XYZ | 62.93 | 76.68 | 24.58 | - |
| YUV | 217.07 | 64.19 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 104 | 0.06 | 0 | 0.56 | 0.07 | 65.91 | 0.78 | 0.67 |
| Hex | DF | EC | 68 | 6 | 0 | 38 | 7 | 42 | 4E | 43 |
| Octal | 337 | 354 | 150 | 6 | 0 | 70 | 7 | 102 | 116 | 103 |
| Binary | 11011111 | 11101100 | 1101000 | 110 | 0 | 111000 | 111 | 1000010 | 1001110 | 1000011 |
Color Harmonies of #DFEC68
Complementary color
Monochromatic Colors of #DFEC68
Black with #DFEC68
Text Example
Text Example
White with #DFEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC68; }
p { color: rgb(223,236,104); }
H1.HeaderClassName
{
color: #DFEC68;
}
.AnyTagClassName
{
color: #DFEC68;
}
</style>
background-color css
<style>
a { background-color: #DFEC68; }
a { background-color: rgb(223,236,104); }
div.DivClassName
{
background-color: #DFEC68;
}
.BgClassName
{
background-color: #DFEC68;
}
</style>
border-color css
<style>
span { border-color: #DFEC68; }
span { border-color: rgb(223,236,104); }
td.TdClassName
{
border-color: #DFEC68;
}
.TagClassName
{
border-color: #DFEC68;
}
</style>