Shades of Mindaro #DCE67F
Tints of Mindaro #DCE67F
RGB
CMYK
RGB Variations
Color information
#DCE67F (or 0xDCE67F) is known color: Mindaro. HEX triplet: DC, E6 and 7F. RGB value is (220,230,127). Sum of RGB (Red+Green+Blue) = 220+230+127=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 127 (50% from 255 or 22.01% from 577); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE67F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE67F is #231980. Grayscale: #D7D7D7. Windows color (decimal): -2300289 or 8382172. OLE color: 8382172.
HSL color Cylindrical-coordinate representation of color #DCE67F: hue angle of 65.83º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCE67F is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 127 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.10 |
| HSL | 65.83º | 0.67% | 0.7% | - |
| HSV(B) | 65.83º | 0.45% | 0.9% | - |
| XYZ | 61.64 | 73.34 | 30.99 | - |
| YUV | 215.27 | 78.19 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 127 | 0.04 | 0 | 0.45 | 0.10 | 65.83 | 0.67 | 0.7 |
| Hex | DC | E6 | 7F | 4 | 0 | 2D | A | 42 | 43 | 46 |
| Octal | 334 | 346 | 177 | 4 | 0 | 55 | 12 | 102 | 103 | 106 |
| Binary | 11011100 | 11100110 | 1111111 | 100 | 0 | 101101 | 1010 | 1000010 | 1000011 | 1000110 |
Color Harmonies of #DCE67F
Complementary color
Monochromatic Colors of #DCE67F
Black with #DCE67F
Text Example
Text Example
White with #DCE67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE67F; }
p { color: rgb(220,230,127); }
H1.HeaderClassName
{
color: #DCE67F;
}
.AnyTagClassName
{
color: #DCE67F;
}
</style>
background-color css
<style>
a { background-color: #DCE67F; }
a { background-color: rgb(220,230,127); }
div.DivClassName
{
background-color: #DCE67F;
}
.BgClassName
{
background-color: #DCE67F;
}
</style>
border-color css
<style>
span { border-color: #DCE67F; }
span { border-color: rgb(220,230,127); }
td.TdClassName
{
border-color: #DCE67F;
}
.TagClassName
{
border-color: #DCE67F;
}
</style>