Shades of Mindaro #DCE36B
Tints of Mindaro #DCE36B
RGB
CMYK
RGB Variations
Color information
#DCE36B (or 0xDCE36B) is known color: Mindaro. HEX triplet: DC, E3 and 6B. RGB value is (220,227,107). Sum of RGB (Red+Green+Blue) = 220+227+107=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE36B is #231C94. Grayscale: #D3D3D3. Windows color (decimal): -2301077 or 7070684. OLE color: 7070684.
HSL color Cylindrical-coordinate representation of color #DCE36B: hue angle of 63.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCE36B is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 107 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.11 |
| HSL | 63.5º | 0.68% | 0.65% | - |
| HSV(B) | 63.5º | 0.53% | 0.89% | - |
| XYZ | 59.64 | 71.22 | 24.51 | - |
| YUV | 211.23 | 69.18 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 107 | 0.03 | 0 | 0.53 | 0.11 | 63.5 | 0.68 | 0.65 |
| Hex | DC | E3 | 6B | 3 | 0 | 35 | B | 40 | 44 | 41 |
| Octal | 334 | 343 | 153 | 3 | 0 | 65 | 13 | 100 | 104 | 101 |
| Binary | 11011100 | 11100011 | 1101011 | 11 | 0 | 110101 | 1011 | 1000000 | 1000100 | 1000001 |
Color Harmonies of #DCE36B
Complementary color
Monochromatic Colors of #DCE36B
Black with #DCE36B
Text Example
Text Example
White with #DCE36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE36B; }
p { color: rgb(220,227,107); }
H1.HeaderClassName
{
color: #DCE36B;
}
.AnyTagClassName
{
color: #DCE36B;
}
</style>
background-color css
<style>
a { background-color: #DCE36B; }
a { background-color: rgb(220,227,107); }
div.DivClassName
{
background-color: #DCE36B;
}
.BgClassName
{
background-color: #DCE36B;
}
</style>
border-color css
<style>
span { border-color: #DCE36B; }
span { border-color: rgb(220,227,107); }
td.TdClassName
{
border-color: #DCE36B;
}
.TagClassName
{
border-color: #DCE36B;
}
</style>