Shades of Mindaro #DCED77
Tints of Mindaro #DCED77
RGB
CMYK
RGB Variations
Color information
#DCED77 (or 0xDCED77) is known color: Mindaro. HEX triplet: DC, ED and 77. RGB value is (220,237,119). Sum of RGB (Red+Green+Blue) = 220+237+119=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 119 (46.88% from 255 or 20.66% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED77 is #231288. Grayscale: #DADADA. Windows color (decimal): -2298505 or 7859676. OLE color: 7859676.
HSL color Cylindrical-coordinate representation of color #DCED77: hue angle of 68.64º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCED77 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 119 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.07 |
| HSL | 68.64º | 0.77% | 0.7% | - |
| HSV(B) | 68.64º | 0.5% | 0.93% | - |
| XYZ | 63.13 | 77.12 | 29.01 | - |
| YUV | 218.47 | 71.87 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 119 | 0.07 | 0 | 0.50 | 0.07 | 68.64 | 0.77 | 0.7 |
| Hex | DC | ED | 77 | 7 | 0 | 32 | 7 | 45 | 4D | 46 |
| Octal | 334 | 355 | 167 | 7 | 0 | 62 | 7 | 105 | 115 | 106 |
| Binary | 11011100 | 11101101 | 1110111 | 111 | 0 | 110010 | 111 | 1000101 | 1001101 | 1000110 |
Color Harmonies of #DCED77
Complementary color
Monochromatic Colors of #DCED77
Black with #DCED77
Text Example
Text Example
White with #DCED77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED77; }
p { color: rgb(220,237,119); }
H1.HeaderClassName
{
color: #DCED77;
}
.AnyTagClassName
{
color: #DCED77;
}
</style>
background-color css
<style>
a { background-color: #DCED77; }
a { background-color: rgb(220,237,119); }
div.DivClassName
{
background-color: #DCED77;
}
.BgClassName
{
background-color: #DCED77;
}
</style>
border-color css
<style>
span { border-color: #DCED77; }
span { border-color: rgb(220,237,119); }
td.TdClassName
{
border-color: #DCED77;
}
.TagClassName
{
border-color: #DCED77;
}
</style>