Shades of Mindaro #DCE766
Tints of Mindaro #DCE766
RGB
CMYK
RGB Variations
Color information
#DCE766 (or 0xDCE766) is known color: Mindaro. HEX triplet: DC, E7 and 66. RGB value is (220,231,102). Sum of RGB (Red+Green+Blue) = 220+231+102=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE766 is #231899. Grayscale: #D5D5D5. Windows color (decimal): -2300058 or 6744028. OLE color: 6744028.
HSL color Cylindrical-coordinate representation of color #DCE766: hue angle of 65.12º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCE766 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 102 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.09 |
| HSL | 65.12º | 0.73% | 0.65% | - |
| HSV(B) | 65.12º | 0.56% | 0.91% | - |
| XYZ | 60.49 | 73.33 | 23.54 | - |
| YUV | 213.01 | 65.36 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 102 | 0.05 | 0 | 0.56 | 0.09 | 65.12 | 0.73 | 0.65 |
| Hex | DC | E7 | 66 | 5 | 0 | 38 | 9 | 41 | 49 | 41 |
| Octal | 334 | 347 | 146 | 5 | 0 | 70 | 11 | 101 | 111 | 101 |
| Binary | 11011100 | 11100111 | 1100110 | 101 | 0 | 111000 | 1001 | 1000001 | 1001001 | 1000001 |
Color Harmonies of #DCE766
Complementary color
Monochromatic Colors of #DCE766
Black with #DCE766
Text Example
Text Example
White with #DCE766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE766; }
p { color: rgb(220,231,102); }
H1.HeaderClassName
{
color: #DCE766;
}
.AnyTagClassName
{
color: #DCE766;
}
</style>
background-color css
<style>
a { background-color: #DCE766; }
a { background-color: rgb(220,231,102); }
div.DivClassName
{
background-color: #DCE766;
}
.BgClassName
{
background-color: #DCE766;
}
</style>
border-color css
<style>
span { border-color: #DCE766; }
span { border-color: rgb(220,231,102); }
td.TdClassName
{
border-color: #DCE766;
}
.TagClassName
{
border-color: #DCE766;
}
</style>