Shades of Mindaro #DCEB84
Tints of Mindaro #DCEB84
RGB
CMYK
RGB Variations
Color information
#DCEB84 (or 0xDCEB84) is known color: Mindaro. HEX triplet: DC, EB and 84. RGB value is (220,235,132). Sum of RGB (Red+Green+Blue) = 220+235+132=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB84 is #23147B. Grayscale: #DBDBDB. Windows color (decimal): -2299004 or 8711132. OLE color: 8711132.
HSL color Cylindrical-coordinate representation of color #DCEB84: hue angle of 68.74º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCEB84 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 132 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.08 |
| HSL | 68.74º | 0.72% | 0.72% | - |
| HSV(B) | 68.74º | 0.44% | 0.92% | - |
| XYZ | 63.39 | 76.3 | 33.22 | - |
| YUV | 218.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 132 | 0.06 | 0 | 0.44 | 0.08 | 68.74 | 0.72 | 0.72 |
| Hex | DC | EB | 84 | 6 | 0 | 2C | 8 | 45 | 48 | 48 |
| Octal | 334 | 353 | 204 | 6 | 0 | 54 | 10 | 105 | 110 | 110 |
| Binary | 11011100 | 11101011 | 10000100 | 110 | 0 | 101100 | 1000 | 1000101 | 1001000 | 1001000 |
Color Harmonies of #DCEB84
Complementary color
Monochromatic Colors of #DCEB84
Black with #DCEB84
Text Example
Text Example
White with #DCEB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB84; }
p { color: rgb(220,235,132); }
H1.HeaderClassName
{
color: #DCEB84;
}
.AnyTagClassName
{
color: #DCEB84;
}
</style>
background-color css
<style>
a { background-color: #DCEB84; }
a { background-color: rgb(220,235,132); }
div.DivClassName
{
background-color: #DCEB84;
}
.BgClassName
{
background-color: #DCEB84;
}
</style>
border-color css
<style>
span { border-color: #DCEB84; }
span { border-color: rgb(220,235,132); }
td.TdClassName
{
border-color: #DCEB84;
}
.TagClassName
{
border-color: #DCEB84;
}
</style>