Shades of Mindaro #DCED71
Tints of Mindaro #DCED71
RGB
CMYK
RGB Variations
Color information
#DCED71 (or 0xDCED71) is known color: Mindaro. HEX triplet: DC, ED and 71. RGB value is (220,237,113). Sum of RGB (Red+Green+Blue) = 220+237+113=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED71 is #23128E. Grayscale: #DADADA. Windows color (decimal): -2298511 or 7466460. OLE color: 7466460.
HSL color Cylindrical-coordinate representation of color #DCED71: hue angle of 68.23º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCED71 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 113 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.07 |
| HSL | 68.23º | 0.78% | 0.69% | - |
| HSV(B) | 68.23º | 0.52% | 0.93% | - |
| XYZ | 62.78 | 76.98 | 27.17 | - |
| YUV | 217.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 113 | 0.07 | 0 | 0.52 | 0.07 | 68.23 | 0.78 | 0.69 |
| Hex | DC | ED | 71 | 7 | 0 | 34 | 7 | 44 | 4E | 45 |
| Octal | 334 | 355 | 161 | 7 | 0 | 64 | 7 | 104 | 116 | 105 |
| Binary | 11011100 | 11101101 | 1110001 | 111 | 0 | 110100 | 111 | 1000100 | 1001110 | 1000101 |
Color Harmonies of #DCED71
Complementary color
Monochromatic Colors of #DCED71
Black with #DCED71
Text Example
Text Example
White with #DCED71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED71; }
p { color: rgb(220,237,113); }
H1.HeaderClassName
{
color: #DCED71;
}
.AnyTagClassName
{
color: #DCED71;
}
</style>
background-color css
<style>
a { background-color: #DCED71; }
a { background-color: rgb(220,237,113); }
div.DivClassName
{
background-color: #DCED71;
}
.BgClassName
{
background-color: #DCED71;
}
</style>
border-color css
<style>
span { border-color: #DCED71; }
span { border-color: rgb(220,237,113); }
td.TdClassName
{
border-color: #DCED71;
}
.TagClassName
{
border-color: #DCED71;
}
</style>