Shades of Mindaro #DCED85
Tints of Mindaro #DCED85
RGB
CMYK
RGB Variations
Color information
#DCED85 (or 0xDCED85) is known color: Mindaro. HEX triplet: DC, ED and 85. RGB value is (220,237,133). Sum of RGB (Red+Green+Blue) = 220+237+133=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 133 (52.34% from 255 or 22.54% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED85 is #23127A. Grayscale: #DCDCDC. Windows color (decimal): -2298491 or 8777180. OLE color: 8777180.
HSL color Cylindrical-coordinate representation of color #DCED85: hue angle of 69.81º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCED85 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 133 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.07 |
| HSL | 69.81º | 0.74% | 0.73% | - |
| HSV(B) | 69.81º | 0.44% | 0.93% | - |
| XYZ | 64.03 | 77.48 | 33.77 | - |
| YUV | 220.06 | 78.87 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 133 | 0.07 | 0 | 0.44 | 0.07 | 69.81 | 0.74 | 0.73 |
| Hex | DC | ED | 85 | 7 | 0 | 2C | 7 | 46 | 4A | 49 |
| Octal | 334 | 355 | 205 | 7 | 0 | 54 | 7 | 106 | 112 | 111 |
| Binary | 11011100 | 11101101 | 10000101 | 111 | 0 | 101100 | 111 | 1000110 | 1001010 | 1001001 |
Color Harmonies of #DCED85
Complementary color
Monochromatic Colors of #DCED85
Black with #DCED85
Text Example
Text Example
White with #DCED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED85; }
p { color: rgb(220,237,133); }
H1.HeaderClassName
{
color: #DCED85;
}
.AnyTagClassName
{
color: #DCED85;
}
</style>
background-color css
<style>
a { background-color: #DCED85; }
a { background-color: rgb(220,237,133); }
div.DivClassName
{
background-color: #DCED85;
}
.BgClassName
{
background-color: #DCED85;
}
</style>
border-color css
<style>
span { border-color: #DCED85; }
span { border-color: rgb(220,237,133); }
td.TdClassName
{
border-color: #DCED85;
}
.TagClassName
{
border-color: #DCED85;
}
</style>