Shades of Mindaro #DCE368
Tints of Mindaro #DCE368
RGB
CMYK
RGB Variations
Color information
#DCE368 (or 0xDCE368) is known color: Mindaro. HEX triplet: DC, E3 and 68. RGB value is (220,227,104). Sum of RGB (Red+Green+Blue) = 220+227+104=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE368 is #231C97. Grayscale: #D3D3D3. Windows color (decimal): -2301080 or 6874076. OLE color: 6874076.
HSL color Cylindrical-coordinate representation of color #DCE368: hue angle of 63.41º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCE368 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 104 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.11 |
| HSL | 63.41º | 0.69% | 0.65% | - |
| HSV(B) | 63.41º | 0.54% | 0.89% | - |
| XYZ | 59.48 | 71.15 | 23.7 | - |
| YUV | 210.89 | 67.68 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 104 | 0.03 | 0 | 0.54 | 0.11 | 63.41 | 0.69 | 0.65 |
| Hex | DC | E3 | 68 | 3 | 0 | 36 | B | 3F | 45 | 41 |
| Octal | 334 | 343 | 150 | 3 | 0 | 66 | 13 | 77 | 105 | 101 |
| Binary | 11011100 | 11100011 | 1101000 | 11 | 0 | 110110 | 1011 | 111111 | 1000101 | 1000001 |
Color Harmonies of #DCE368
Complementary color
Monochromatic Colors of #DCE368
Black with #DCE368
Text Example
Text Example
White with #DCE368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE368; }
p { color: rgb(220,227,104); }
H1.HeaderClassName
{
color: #DCE368;
}
.AnyTagClassName
{
color: #DCE368;
}
</style>
background-color css
<style>
a { background-color: #DCE368; }
a { background-color: rgb(220,227,104); }
div.DivClassName
{
background-color: #DCE368;
}
.BgClassName
{
background-color: #DCE368;
}
</style>
border-color css
<style>
span { border-color: #DCE368; }
span { border-color: rgb(220,227,104); }
td.TdClassName
{
border-color: #DCE368;
}
.TagClassName
{
border-color: #DCE368;
}
</style>