Shades of Mindaro #DCE675
Tints of Mindaro #DCE675
RGB
CMYK
RGB Variations
Color information
#DCE675 (or 0xDCE675) is known color: Mindaro. HEX triplet: DC, E6 and 75. RGB value is (220,230,117). Sum of RGB (Red+Green+Blue) = 220+230+117=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE675 is #23198A. Grayscale: #D6D6D6. Windows color (decimal): -2300299 or 7726812. OLE color: 7726812.
HSL color Cylindrical-coordinate representation of color #DCE675: hue angle of 65.31º 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 #DCE675 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 117 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.10 |
| HSL | 65.31º | 0.69% | 0.68% | - |
| HSV(B) | 65.31º | 0.49% | 0.9% | - |
| XYZ | 61.02 | 73.09 | 27.72 | - |
| YUV | 214.13 | 73.19 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 117 | 0.04 | 0 | 0.49 | 0.10 | 65.31 | 0.69 | 0.68 |
| Hex | DC | E6 | 75 | 4 | 0 | 31 | A | 41 | 45 | 44 |
| Octal | 334 | 346 | 165 | 4 | 0 | 61 | 12 | 101 | 105 | 104 |
| Binary | 11011100 | 11100110 | 1110101 | 100 | 0 | 110001 | 1010 | 1000001 | 1000101 | 1000100 |
Color Harmonies of #DCE675
Complementary color
Monochromatic Colors of #DCE675
Black with #DCE675
Text Example
Text Example
White with #DCE675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE675; }
p { color: rgb(220,230,117); }
H1.HeaderClassName
{
color: #DCE675;
}
.AnyTagClassName
{
color: #DCE675;
}
</style>
background-color css
<style>
a { background-color: #DCE675; }
a { background-color: rgb(220,230,117); }
div.DivClassName
{
background-color: #DCE675;
}
.BgClassName
{
background-color: #DCE675;
}
</style>
border-color css
<style>
span { border-color: #DCE675; }
span { border-color: rgb(220,230,117); }
td.TdClassName
{
border-color: #DCE675;
}
.TagClassName
{
border-color: #DCE675;
}
</style>