Shades of Mindaro #DCED63
Tints of Mindaro #DCED63
RGB
CMYK
RGB Variations
Color information
#DCED63 (or 0xDCED63) is known color: Mindaro. HEX triplet: DC, ED and 63. RGB value is (220,237,99). Sum of RGB (Red+Green+Blue) = 220+237+99=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 99 (39.06% from 255 or 17.81% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED63 is #23129C. Grayscale: #D8D8D8. Windows color (decimal): -2298525 or 6548956. OLE color: 6548956.
HSL color Cylindrical-coordinate representation of color #DCED63: hue angle of 67.39º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCED63 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 99 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.07 |
| HSL | 67.39º | 0.79% | 0.66% | - |
| HSV(B) | 67.39º | 0.58% | 0.93% | - |
| XYZ | 62.05 | 76.68 | 23.34 | - |
| YUV | 216.19 | 61.87 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 99 | 0.07 | 0 | 0.58 | 0.07 | 67.39 | 0.79 | 0.66 |
| Hex | DC | ED | 63 | 7 | 0 | 3A | 7 | 43 | 4F | 42 |
| Octal | 334 | 355 | 143 | 7 | 0 | 72 | 7 | 103 | 117 | 102 |
| Binary | 11011100 | 11101101 | 1100011 | 111 | 0 | 111010 | 111 | 1000011 | 1001111 | 1000010 |
Color Harmonies of #DCED63
Complementary color
Monochromatic Colors of #DCED63
Black with #DCED63
Text Example
Text Example
White with #DCED63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED63; }
p { color: rgb(220,237,99); }
H1.HeaderClassName
{
color: #DCED63;
}
.AnyTagClassName
{
color: #DCED63;
}
</style>
background-color css
<style>
a { background-color: #DCED63; }
a { background-color: rgb(220,237,99); }
div.DivClassName
{
background-color: #DCED63;
}
.BgClassName
{
background-color: #DCED63;
}
</style>
border-color css
<style>
span { border-color: #DCED63; }
span { border-color: rgb(220,237,99); }
td.TdClassName
{
border-color: #DCED63;
}
.TagClassName
{
border-color: #DCED63;
}
</style>