Shades of Mindaro #DCED7C
Tints of Mindaro #DCED7C
RGB
CMYK
RGB Variations
Color information
#DCED7C (or 0xDCED7C) is known color: Mindaro. HEX triplet: DC, ED and 7C. RGB value is (220,237,124). Sum of RGB (Red+Green+Blue) = 220+237+124=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED7C is #231283. Grayscale: #DBDBDB. Windows color (decimal): -2298500 or 8187356. OLE color: 8187356.
HSL color Cylindrical-coordinate representation of color #DCED7C: hue angle of 69.03º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCED7C is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 124 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.07 |
| HSL | 69.03º | 0.76% | 0.71% | - |
| HSV(B) | 69.03º | 0.48% | 0.93% | - |
| XYZ | 63.44 | 77.24 | 30.63 | - |
| YUV | 219.04 | 74.37 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 124 | 0.07 | 0 | 0.48 | 0.07 | 69.03 | 0.76 | 0.71 |
| Hex | DC | ED | 7C | 7 | 0 | 30 | 7 | 45 | 4C | 47 |
| Octal | 334 | 355 | 174 | 7 | 0 | 60 | 7 | 105 | 114 | 107 |
| Binary | 11011100 | 11101101 | 1111100 | 111 | 0 | 110000 | 111 | 1000101 | 1001100 | 1000111 |
Color Harmonies of #DCED7C
Complementary color
Monochromatic Colors of #DCED7C
Black with #DCED7C
Text Example
Text Example
White with #DCED7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED7C; }
p { color: rgb(220,237,124); }
H1.HeaderClassName
{
color: #DCED7C;
}
.AnyTagClassName
{
color: #DCED7C;
}
</style>
background-color css
<style>
a { background-color: #DCED7C; }
a { background-color: rgb(220,237,124); }
div.DivClassName
{
background-color: #DCED7C;
}
.BgClassName
{
background-color: #DCED7C;
}
</style>
border-color css
<style>
span { border-color: #DCED7C; }
span { border-color: rgb(220,237,124); }
td.TdClassName
{
border-color: #DCED7C;
}
.TagClassName
{
border-color: #DCED7C;
}
</style>