Shades of Mindaro #DCE679
Tints of Mindaro #DCE679
RGB
CMYK
RGB Variations
Color information
#DCE679 (or 0xDCE679) is known color: Mindaro. HEX triplet: DC, E6 and 79. RGB value is (220,230,121). Sum of RGB (Red+Green+Blue) = 220+230+121=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 121 (47.66% from 255 or 21.19% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE679 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE679 is #231986. Grayscale: #D7D7D7. Windows color (decimal): -2300295 or 7988956. OLE color: 7988956.
HSL color Cylindrical-coordinate representation of color #DCE679: hue angle of 65.5º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCE679 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 121 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.10 |
| HSL | 65.5º | 0.69% | 0.69% | - |
| HSV(B) | 65.5º | 0.47% | 0.9% | - |
| XYZ | 61.26 | 73.19 | 28.99 | - |
| YUV | 214.58 | 75.19 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 121 | 0.04 | 0 | 0.47 | 0.10 | 65.5 | 0.69 | 0.69 |
| Hex | DC | E6 | 79 | 4 | 0 | 2F | A | 42 | 45 | 45 |
| Octal | 334 | 346 | 171 | 4 | 0 | 57 | 12 | 102 | 105 | 105 |
| Binary | 11011100 | 11100110 | 1111001 | 100 | 0 | 101111 | 1010 | 1000010 | 1000101 | 1000101 |
Color Harmonies of #DCE679
Complementary color
Monochromatic Colors of #DCE679
Black with #DCE679
Text Example
Text Example
White with #DCE679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE679; }
p { color: rgb(220,230,121); }
H1.HeaderClassName
{
color: #DCE679;
}
.AnyTagClassName
{
color: #DCE679;
}
</style>
background-color css
<style>
a { background-color: #DCE679; }
a { background-color: rgb(220,230,121); }
div.DivClassName
{
background-color: #DCE679;
}
.BgClassName
{
background-color: #DCE679;
}
</style>
border-color css
<style>
span { border-color: #DCE679; }
span { border-color: rgb(220,230,121); }
td.TdClassName
{
border-color: #DCE679;
}
.TagClassName
{
border-color: #DCE679;
}
</style>