Shades of Mindaro #DCED74
Tints of Mindaro #DCED74
RGB
CMYK
RGB Variations
Color information
#DCED74 (or 0xDCED74) is known color: Mindaro. HEX triplet: DC, ED and 74. RGB value is (220,237,116). Sum of RGB (Red+Green+Blue) = 220+237+116=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED74 is #23128B. Grayscale: #DADADA. Windows color (decimal): -2298508 or 7663068. OLE color: 7663068.
HSL color Cylindrical-coordinate representation of color #DCED74: hue angle of 68.43º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCED74 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 116 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.07 |
| HSL | 68.43º | 0.77% | 0.69% | - |
| HSV(B) | 68.43º | 0.51% | 0.93% | - |
| XYZ | 62.95 | 77.04 | 28.08 | - |
| YUV | 218.12 | 70.37 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 116 | 0.07 | 0 | 0.51 | 0.07 | 68.43 | 0.77 | 0.69 |
| Hex | DC | ED | 74 | 7 | 0 | 33 | 7 | 44 | 4D | 45 |
| Octal | 334 | 355 | 164 | 7 | 0 | 63 | 7 | 104 | 115 | 105 |
| Binary | 11011100 | 11101101 | 1110100 | 111 | 0 | 110011 | 111 | 1000100 | 1001101 | 1000101 |
Color Harmonies of #DCED74
Complementary color
Monochromatic Colors of #DCED74
Black with #DCED74
Text Example
Text Example
White with #DCED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED74; }
p { color: rgb(220,237,116); }
H1.HeaderClassName
{
color: #DCED74;
}
.AnyTagClassName
{
color: #DCED74;
}
</style>
background-color css
<style>
a { background-color: #DCED74; }
a { background-color: rgb(220,237,116); }
div.DivClassName
{
background-color: #DCED74;
}
.BgClassName
{
background-color: #DCED74;
}
</style>
border-color css
<style>
span { border-color: #DCED74; }
span { border-color: rgb(220,237,116); }
td.TdClassName
{
border-color: #DCED74;
}
.TagClassName
{
border-color: #DCED74;
}
</style>