Shades of Mindaro #DCE676
Tints of Mindaro #DCE676
RGB
CMYK
RGB Variations
Color information
#DCE676 (or 0xDCE676) is known color: Mindaro. HEX triplet: DC, E6 and 76. RGB value is (220,230,118). Sum of RGB (Red+Green+Blue) = 220+230+118=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE676 is #231989. Grayscale: #D6D6D6. Windows color (decimal): -2300298 or 7792348. OLE color: 7792348.
HSL color Cylindrical-coordinate representation of color #DCE676: hue angle of 65.36º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCE676 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 118 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.10 |
| HSL | 65.36º | 0.69% | 0.68% | - |
| HSV(B) | 65.36º | 0.49% | 0.9% | - |
| XYZ | 61.08 | 73.12 | 28.03 | - |
| YUV | 214.24 | 73.69 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 118 | 0.04 | 0 | 0.49 | 0.10 | 65.36 | 0.69 | 0.68 |
| Hex | DC | E6 | 76 | 4 | 0 | 31 | A | 41 | 45 | 44 |
| Octal | 334 | 346 | 166 | 4 | 0 | 61 | 12 | 101 | 105 | 104 |
| Binary | 11011100 | 11100110 | 1110110 | 100 | 0 | 110001 | 1010 | 1000001 | 1000101 | 1000100 |
Color Harmonies of #DCE676
Complementary color
Monochromatic Colors of #DCE676
Black with #DCE676
Text Example
Text Example
White with #DCE676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE676; }
p { color: rgb(220,230,118); }
H1.HeaderClassName
{
color: #DCE676;
}
.AnyTagClassName
{
color: #DCE676;
}
</style>
background-color css
<style>
a { background-color: #DCE676; }
a { background-color: rgb(220,230,118); }
div.DivClassName
{
background-color: #DCE676;
}
.BgClassName
{
background-color: #DCE676;
}
</style>
border-color css
<style>
span { border-color: #DCE676; }
span { border-color: rgb(220,230,118); }
td.TdClassName
{
border-color: #DCE676;
}
.TagClassName
{
border-color: #DCE676;
}
</style>