Shades of Mindaro #DCED6F
Tints of Mindaro #DCED6F
RGB
CMYK
RGB Variations
Color information
#DCED6F (or 0xDCED6F) is known color: Mindaro. HEX triplet: DC, ED and 6F. RGB value is (220,237,111). Sum of RGB (Red+Green+Blue) = 220+237+111=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 111 (43.75% from 255 or 19.54% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED6F is #231290. Grayscale: #DADADA. Windows color (decimal): -2298513 or 7335388. OLE color: 7335388.
HSL color Cylindrical-coordinate representation of color #DCED6F: hue angle of 68.1º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCED6F is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 111 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.07 |
| HSL | 68.1º | 0.78% | 0.68% | - |
| HSV(B) | 68.1º | 0.53% | 0.93% | - |
| XYZ | 62.67 | 76.93 | 26.59 | - |
| YUV | 217.55 | 67.87 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 111 | 0.07 | 0 | 0.53 | 0.07 | 68.1 | 0.78 | 0.68 |
| Hex | DC | ED | 6F | 7 | 0 | 35 | 7 | 44 | 4E | 44 |
| Octal | 334 | 355 | 157 | 7 | 0 | 65 | 7 | 104 | 116 | 104 |
| Binary | 11011100 | 11101101 | 1101111 | 111 | 0 | 110101 | 111 | 1000100 | 1001110 | 1000100 |
Color Harmonies of #DCED6F
Complementary color
Monochromatic Colors of #DCED6F
Black with #DCED6F
Text Example
Text Example
White with #DCED6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED6F; }
p { color: rgb(220,237,111); }
H1.HeaderClassName
{
color: #DCED6F;
}
.AnyTagClassName
{
color: #DCED6F;
}
</style>
background-color css
<style>
a { background-color: #DCED6F; }
a { background-color: rgb(220,237,111); }
div.DivClassName
{
background-color: #DCED6F;
}
.BgClassName
{
background-color: #DCED6F;
}
</style>
border-color css
<style>
span { border-color: #DCED6F; }
span { border-color: rgb(220,237,111); }
td.TdClassName
{
border-color: #DCED6F;
}
.TagClassName
{
border-color: #DCED6F;
}
</style>