Shades of Mindaro #DCED80
Tints of Mindaro #DCED80
RGB
CMYK
RGB Variations
Color information
#DCED80 (or 0xDCED80) is known color: Mindaro. HEX triplet: DC, ED and 80. RGB value is (220,237,128). Sum of RGB (Red+Green+Blue) = 220+237+128=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED80 is #23127F. Grayscale: #DBDBDB. Windows color (decimal): -2298496 or 8449500. OLE color: 8449500.
HSL color Cylindrical-coordinate representation of color #DCED80: hue angle of 69.36º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCED80 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 128 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.07 |
| HSL | 69.36º | 0.75% | 0.72% | - |
| HSV(B) | 69.36º | 0.46% | 0.93% | - |
| XYZ | 63.7 | 77.34 | 31.99 | - |
| YUV | 219.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 128 | 0.07 | 0 | 0.46 | 0.07 | 69.36 | 0.75 | 0.72 |
| Hex | DC | ED | 80 | 7 | 0 | 2E | 7 | 45 | 4B | 48 |
| Octal | 334 | 355 | 200 | 7 | 0 | 56 | 7 | 105 | 113 | 110 |
| Binary | 11011100 | 11101101 | 10000000 | 111 | 0 | 101110 | 111 | 1000101 | 1001011 | 1001000 |
Color Harmonies of #DCED80
Complementary color
Monochromatic Colors of #DCED80
Black with #DCED80
Text Example
Text Example
White with #DCED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED80; }
p { color: rgb(220,237,128); }
H1.HeaderClassName
{
color: #DCED80;
}
.AnyTagClassName
{
color: #DCED80;
}
</style>
background-color css
<style>
a { background-color: #DCED80; }
a { background-color: rgb(220,237,128); }
div.DivClassName
{
background-color: #DCED80;
}
.BgClassName
{
background-color: #DCED80;
}
</style>
border-color css
<style>
span { border-color: #DCED80; }
span { border-color: rgb(220,237,128); }
td.TdClassName
{
border-color: #DCED80;
}
.TagClassName
{
border-color: #DCED80;
}
</style>