Shades of Mindaro #DFE67D
Tints of Mindaro #DFE67D
RGB
CMYK
RGB Variations
Color information
#DFE67D (or 0xDFE67D) is known color: Mindaro. HEX triplet: DF, E6 and 7D. RGB value is (223,230,125). Sum of RGB (Red+Green+Blue) = 223+230+125=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 125 (49.22% from 255 or 21.63% from 578); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE67D is #201982. Grayscale: #D8D8D8. Windows color (decimal): -2103683 or 8251103. OLE color: 8251103.
HSL color Cylindrical-coordinate representation of color #DFE67D: hue angle of 64º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFE67D is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 125 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.10 |
| HSL | 64º | 0.68% | 0.7% | - |
| HSV(B) | 64º | 0.46% | 0.9% | - |
| XYZ | 62.43 | 73.76 | 30.35 | - |
| YUV | 215.94 | 76.68 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 125 | 0.03 | 0 | 0.46 | 0.10 | 64 | 0.68 | 0.7 |
| Hex | DF | E6 | 7D | 3 | 0 | 2E | A | 40 | 44 | 46 |
| Octal | 337 | 346 | 175 | 3 | 0 | 56 | 12 | 100 | 104 | 106 |
| Binary | 11011111 | 11100110 | 1111101 | 11 | 0 | 101110 | 1010 | 1000000 | 1000100 | 1000110 |
Color Harmonies of #DFE67D
Complementary color
Monochromatic Colors of #DFE67D
Black with #DFE67D
Text Example
Text Example
White with #DFE67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE67D; }
p { color: rgb(223,230,125); }
H1.HeaderClassName
{
color: #DFE67D;
}
.AnyTagClassName
{
color: #DFE67D;
}
</style>
background-color css
<style>
a { background-color: #DFE67D; }
a { background-color: rgb(223,230,125); }
div.DivClassName
{
background-color: #DFE67D;
}
.BgClassName
{
background-color: #DFE67D;
}
</style>
border-color css
<style>
span { border-color: #DFE67D; }
span { border-color: rgb(223,230,125); }
td.TdClassName
{
border-color: #DFE67D;
}
.TagClassName
{
border-color: #DFE67D;
}
</style>