Shades of Mindaro #DCE569
Tints of Mindaro #DCE569
RGB
CMYK
RGB Variations
Color information
#DCE569 (or 0xDCE569) is known color: Mindaro. HEX triplet: DC, E5 and 69. RGB value is (220,229,105). Sum of RGB (Red+Green+Blue) = 220+229+105=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE569 is #231A96. Grayscale: #D4D4D4. Windows color (decimal): -2300567 or 6940124. OLE color: 6940124.
HSL color Cylindrical-coordinate representation of color #DCE569: hue angle of 64.35º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCE569 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 105 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.10 |
| HSL | 64.35º | 0.7% | 0.65% | - |
| HSV(B) | 64.35º | 0.54% | 0.9% | - |
| XYZ | 60.08 | 72.27 | 24.15 | - |
| YUV | 212.17 | 67.52 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 105 | 0.04 | 0 | 0.54 | 0.10 | 64.35 | 0.7 | 0.65 |
| Hex | DC | E5 | 69 | 4 | 0 | 36 | A | 40 | 46 | 41 |
| Octal | 334 | 345 | 151 | 4 | 0 | 66 | 12 | 100 | 106 | 101 |
| Binary | 11011100 | 11100101 | 1101001 | 100 | 0 | 110110 | 1010 | 1000000 | 1000110 | 1000001 |
Color Harmonies of #DCE569
Complementary color
Monochromatic Colors of #DCE569
Black with #DCE569
Text Example
Text Example
White with #DCE569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE569; }
p { color: rgb(220,229,105); }
H1.HeaderClassName
{
color: #DCE569;
}
.AnyTagClassName
{
color: #DCE569;
}
</style>
background-color css
<style>
a { background-color: #DCE569; }
a { background-color: rgb(220,229,105); }
div.DivClassName
{
background-color: #DCE569;
}
.BgClassName
{
background-color: #DCE569;
}
</style>
border-color css
<style>
span { border-color: #DCE569; }
span { border-color: rgb(220,229,105); }
td.TdClassName
{
border-color: #DCE569;
}
.TagClassName
{
border-color: #DCE569;
}
</style>