Shades of Mindaro #DFEC7B
Tints of Mindaro #DFEC7B
RGB
CMYK
RGB Variations
Color information
#DFEC7B (or 0xDFEC7B) is known color: Mindaro. HEX triplet: DF, EC and 7B. RGB value is (223,236,123). Sum of RGB (Red+Green+Blue) = 223+236+123=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEC7B is #201384. Grayscale: #DBDBDB. Windows color (decimal): -2102149 or 8121567. OLE color: 8121567.
HSL color Cylindrical-coordinate representation of color #DFEC7B: hue angle of 66.9º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFEC7B is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 123 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.07 |
| HSL | 66.9º | 0.75% | 0.7% | - |
| HSV(B) | 66.9º | 0.48% | 0.93% | - |
| XYZ | 64 | 77.11 | 30.25 | - |
| YUV | 219.23 | 73.69 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 123 | 0.06 | 0 | 0.48 | 0.07 | 66.9 | 0.75 | 0.7 |
| Hex | DF | EC | 7B | 6 | 0 | 30 | 7 | 43 | 4B | 46 |
| Octal | 337 | 354 | 173 | 6 | 0 | 60 | 7 | 103 | 113 | 106 |
| Binary | 11011111 | 11101100 | 1111011 | 110 | 0 | 110000 | 111 | 1000011 | 1001011 | 1000110 |
Color Harmonies of #DFEC7B
Complementary color
Monochromatic Colors of #DFEC7B
Black with #DFEC7B
Text Example
Text Example
White with #DFEC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC7B; }
p { color: rgb(223,236,123); }
H1.HeaderClassName
{
color: #DFEC7B;
}
.AnyTagClassName
{
color: #DFEC7B;
}
</style>
background-color css
<style>
a { background-color: #DFEC7B; }
a { background-color: rgb(223,236,123); }
div.DivClassName
{
background-color: #DFEC7B;
}
.BgClassName
{
background-color: #DFEC7B;
}
</style>
border-color css
<style>
span { border-color: #DFEC7B; }
span { border-color: rgb(223,236,123); }
td.TdClassName
{
border-color: #DFEC7B;
}
.TagClassName
{
border-color: #DFEC7B;
}
</style>