Shades of Mindaro #DCED61
Tints of Mindaro #DCED61
RGB
CMYK
RGB Variations
Color information
#DCED61 (or 0xDCED61) is known color: Mindaro. HEX triplet: DC, ED and 61. RGB value is (220,237,97). Sum of RGB (Red+Green+Blue) = 220+237+97=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 97 (38.28% from 255 or 17.51% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED61 is #23129E. Grayscale: #D8D8D8. Windows color (decimal): -2298527 or 6417884. OLE color: 6417884.
HSL color Cylindrical-coordinate representation of color #DCED61: hue angle of 67.29º 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 #DCED61 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 97 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.07 |
| HSL | 67.29º | 0.8% | 0.65% | - |
| HSV(B) | 67.29º | 0.59% | 0.93% | - |
| XYZ | 61.96 | 76.65 | 22.84 | - |
| YUV | 215.96 | 60.87 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 97 | 0.07 | 0 | 0.59 | 0.07 | 67.29 | 0.8 | 0.65 |
| Hex | DC | ED | 61 | 7 | 0 | 3B | 7 | 43 | 50 | 41 |
| Octal | 334 | 355 | 141 | 7 | 0 | 73 | 7 | 103 | 120 | 101 |
| Binary | 11011100 | 11101101 | 1100001 | 111 | 0 | 111011 | 111 | 1000011 | 1010000 | 1000001 |
Color Harmonies of #DCED61
Complementary color
Monochromatic Colors of #DCED61
Black with #DCED61
Text Example
Text Example
White with #DCED61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED61; }
p { color: rgb(220,237,97); }
H1.HeaderClassName
{
color: #DCED61;
}
.AnyTagClassName
{
color: #DCED61;
}
</style>
background-color css
<style>
a { background-color: #DCED61; }
a { background-color: rgb(220,237,97); }
div.DivClassName
{
background-color: #DCED61;
}
.BgClassName
{
background-color: #DCED61;
}
</style>
border-color css
<style>
span { border-color: #DCED61; }
span { border-color: rgb(220,237,97); }
td.TdClassName
{
border-color: #DCED61;
}
.TagClassName
{
border-color: #DCED61;
}
</style>