Shades of Mindaro #DCEB80
Tints of Mindaro #DCEB80
RGB
CMYK
RGB Variations
Color information
#DCEB80 (or 0xDCEB80) is known color: Mindaro. HEX triplet: DC, EB and 80. RGB value is (220,235,128). Sum of RGB (Red+Green+Blue) = 220+235+128=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB80 is #23147F. Grayscale: #DADADA. Windows color (decimal): -2299008 or 8448988. OLE color: 8448988.
HSL color Cylindrical-coordinate representation of color #DCEB80: hue angle of 68.41º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCEB80 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 128 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.08 |
| HSL | 68.41º | 0.73% | 0.71% | - |
| HSV(B) | 68.41º | 0.46% | 0.92% | - |
| XYZ | 63.12 | 76.19 | 31.8 | - |
| YUV | 218.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 128 | 0.06 | 0 | 0.46 | 0.08 | 68.41 | 0.73 | 0.71 |
| Hex | DC | EB | 80 | 6 | 0 | 2E | 8 | 44 | 49 | 47 |
| Octal | 334 | 353 | 200 | 6 | 0 | 56 | 10 | 104 | 111 | 107 |
| Binary | 11011100 | 11101011 | 10000000 | 110 | 0 | 101110 | 1000 | 1000100 | 1001001 | 1000111 |
Color Harmonies of #DCEB80
Complementary color
Monochromatic Colors of #DCEB80
Black with #DCEB80
Text Example
Text Example
White with #DCEB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB80; }
p { color: rgb(220,235,128); }
H1.HeaderClassName
{
color: #DCEB80;
}
.AnyTagClassName
{
color: #DCEB80;
}
</style>
background-color css
<style>
a { background-color: #DCEB80; }
a { background-color: rgb(220,235,128); }
div.DivClassName
{
background-color: #DCEB80;
}
.BgClassName
{
background-color: #DCEB80;
}
</style>
border-color css
<style>
span { border-color: #DCEB80; }
span { border-color: rgb(220,235,128); }
td.TdClassName
{
border-color: #DCEB80;
}
.TagClassName
{
border-color: #DCEB80;
}
</style>