Shades of Mindaro #DCED81
Tints of Mindaro #DCED81
RGB
CMYK
RGB Variations
Color information
#DCED81 (or 0xDCED81) is known color: Mindaro. HEX triplet: DC, ED and 81. RGB value is (220,237,129). Sum of RGB (Red+Green+Blue) = 220+237+129=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 129 (50.78% from 255 or 22.01% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED81 is #23127E. Grayscale: #DCDCDC. Windows color (decimal): -2298495 or 8515036. OLE color: 8515036.
HSL color Cylindrical-coordinate representation of color #DCED81: hue angle of 69.44º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCED81 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 129 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.07 |
| HSL | 69.44º | 0.75% | 0.72% | - |
| HSV(B) | 69.44º | 0.46% | 0.93% | - |
| XYZ | 63.76 | 77.37 | 32.34 | - |
| YUV | 219.61 | 76.87 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 129 | 0.07 | 0 | 0.46 | 0.07 | 69.44 | 0.75 | 0.72 |
| Hex | DC | ED | 81 | 7 | 0 | 2E | 7 | 45 | 4B | 48 |
| Octal | 334 | 355 | 201 | 7 | 0 | 56 | 7 | 105 | 113 | 110 |
| Binary | 11011100 | 11101101 | 10000001 | 111 | 0 | 101110 | 111 | 1000101 | 1001011 | 1001000 |
Color Harmonies of #DCED81
Complementary color
Monochromatic Colors of #DCED81
Black with #DCED81
Text Example
Text Example
White with #DCED81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED81; }
p { color: rgb(220,237,129); }
H1.HeaderClassName
{
color: #DCED81;
}
.AnyTagClassName
{
color: #DCED81;
}
</style>
background-color css
<style>
a { background-color: #DCED81; }
a { background-color: rgb(220,237,129); }
div.DivClassName
{
background-color: #DCED81;
}
.BgClassName
{
background-color: #DCED81;
}
</style>
border-color css
<style>
span { border-color: #DCED81; }
span { border-color: rgb(220,237,129); }
td.TdClassName
{
border-color: #DCED81;
}
.TagClassName
{
border-color: #DCED81;
}
</style>