Shades of Mindaro #DCED60
Tints of Mindaro #DCED60
RGB
CMYK
RGB Variations
Color information
#DCED60 (or 0xDCED60) is known color: Mindaro. HEX triplet: DC, ED and 60. RGB value is (220,237,96). Sum of RGB (Red+Green+Blue) = 220+237+96=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED60 is #23129F. Grayscale: #D8D8D8. Windows color (decimal): -2298528 or 6352348. OLE color: 6352348.
HSL color Cylindrical-coordinate representation of color #DCED60: hue angle of 67.23º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCED60 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 96 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.07 |
| HSL | 67.23º | 0.8% | 0.65% | - |
| HSV(B) | 67.23º | 0.59% | 0.93% | - |
| XYZ | 61.91 | 76.63 | 22.59 | - |
| YUV | 215.84 | 60.37 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 96 | 0.07 | 0 | 0.59 | 0.07 | 67.23 | 0.8 | 0.65 |
| Hex | DC | ED | 60 | 7 | 0 | 3B | 7 | 43 | 50 | 41 |
| Octal | 334 | 355 | 140 | 7 | 0 | 73 | 7 | 103 | 120 | 101 |
| Binary | 11011100 | 11101101 | 1100000 | 111 | 0 | 111011 | 111 | 1000011 | 1010000 | 1000001 |
Color Harmonies of #DCED60
Complementary color
Monochromatic Colors of #DCED60
Black with #DCED60
Text Example
Text Example
White with #DCED60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED60; }
p { color: rgb(220,237,96); }
H1.HeaderClassName
{
color: #DCED60;
}
.AnyTagClassName
{
color: #DCED60;
}
</style>
background-color css
<style>
a { background-color: #DCED60; }
a { background-color: rgb(220,237,96); }
div.DivClassName
{
background-color: #DCED60;
}
.BgClassName
{
background-color: #DCED60;
}
</style>
border-color css
<style>
span { border-color: #DCED60; }
span { border-color: rgb(220,237,96); }
td.TdClassName
{
border-color: #DCED60;
}
.TagClassName
{
border-color: #DCED60;
}
</style>