Shades of Mindaro #DCED66
Tints of Mindaro #DCED66
RGB
CMYK
RGB Variations
Color information
#DCED66 (or 0xDCED66) is known color: Mindaro. HEX triplet: DC, ED and 66. RGB value is (220,237,102). Sum of RGB (Red+Green+Blue) = 220+237+102=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 102 (40.23% from 255 or 18.25% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED66 is #231299. Grayscale: #D9D9D9. Windows color (decimal): -2298522 or 6745564. OLE color: 6745564.
HSL color Cylindrical-coordinate representation of color #DCED66: hue angle of 67.56º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCED66 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 102 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.07 |
| HSL | 67.56º | 0.79% | 0.66% | - |
| HSV(B) | 67.56º | 0.57% | 0.93% | - |
| XYZ | 62.2 | 76.74 | 24.11 | - |
| YUV | 216.53 | 63.37 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 102 | 0.07 | 0 | 0.57 | 0.07 | 67.56 | 0.79 | 0.66 |
| Hex | DC | ED | 66 | 7 | 0 | 39 | 7 | 44 | 4F | 42 |
| Octal | 334 | 355 | 146 | 7 | 0 | 71 | 7 | 104 | 117 | 102 |
| Binary | 11011100 | 11101101 | 1100110 | 111 | 0 | 111001 | 111 | 1000100 | 1001111 | 1000010 |
Color Harmonies of #DCED66
Complementary color
Monochromatic Colors of #DCED66
Black with #DCED66
Text Example
Text Example
White with #DCED66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED66; }
p { color: rgb(220,237,102); }
H1.HeaderClassName
{
color: #DCED66;
}
.AnyTagClassName
{
color: #DCED66;
}
</style>
background-color css
<style>
a { background-color: #DCED66; }
a { background-color: rgb(220,237,102); }
div.DivClassName
{
background-color: #DCED66;
}
.BgClassName
{
background-color: #DCED66;
}
</style>
border-color css
<style>
span { border-color: #DCED66; }
span { border-color: rgb(220,237,102); }
td.TdClassName
{
border-color: #DCED66;
}
.TagClassName
{
border-color: #DCED66;
}
</style>