Shades of Mindaro #DFE66A
Tints of Mindaro #DFE66A
RGB
CMYK
RGB Variations
Color information
#DFE66A (or 0xDFE66A) is known color: Mindaro. HEX triplet: DF, E6 and 6A. RGB value is (223,230,106). Sum of RGB (Red+Green+Blue) = 223+230+106=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 230 (90.23% from 255 or 41.14% from 559); Blue value is 106 (41.80% from 255 or 18.96% from 559); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE66A is #201995. Grayscale: #D6D6D6. Windows color (decimal): -2103702 or 7005919. OLE color: 7005919.
HSL color Cylindrical-coordinate representation of color #DFE66A: hue angle of 63.39º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFE66A is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 106 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.10 |
| HSL | 63.39º | 0.71% | 0.66% | - |
| HSV(B) | 63.39º | 0.54% | 0.9% | - |
| XYZ | 61.33 | 73.32 | 24.56 | - |
| YUV | 213.77 | 67.18 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 106 | 0.03 | 0 | 0.54 | 0.10 | 63.39 | 0.71 | 0.66 |
| Hex | DF | E6 | 6A | 3 | 0 | 36 | A | 3F | 47 | 42 |
| Octal | 337 | 346 | 152 | 3 | 0 | 66 | 12 | 77 | 107 | 102 |
| Binary | 11011111 | 11100110 | 1101010 | 11 | 0 | 110110 | 1010 | 111111 | 1000111 | 1000010 |
Color Harmonies of #DFE66A
Complementary color
Monochromatic Colors of #DFE66A
Black with #DFE66A
Text Example
Text Example
White with #DFE66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE66A; }
p { color: rgb(223,230,106); }
H1.HeaderClassName
{
color: #DFE66A;
}
.AnyTagClassName
{
color: #DFE66A;
}
</style>
background-color css
<style>
a { background-color: #DFE66A; }
a { background-color: rgb(223,230,106); }
div.DivClassName
{
background-color: #DFE66A;
}
.BgClassName
{
background-color: #DFE66A;
}
</style>
border-color css
<style>
span { border-color: #DFE66A; }
span { border-color: rgb(223,230,106); }
td.TdClassName
{
border-color: #DFE66A;
}
.TagClassName
{
border-color: #DFE66A;
}
</style>