Shades of Mindaro #DCEB64
Tints of Mindaro #DCEB64
RGB
CMYK
RGB Variations
Color information
#DCEB64 (or 0xDCEB64) is known color: Mindaro. HEX triplet: DC, EB and 64. RGB value is (220,235,100). Sum of RGB (Red+Green+Blue) = 220+235+100=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 100 (39.45% from 255 or 18.02% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB64 is #23149B. Grayscale: #D7D7D7. Windows color (decimal): -2299036 or 6613980. OLE color: 6613980.
HSL color Cylindrical-coordinate representation of color #DCEB64: hue angle of 66.67º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCEB64 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 100 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.08 |
| HSL | 66.67º | 0.77% | 0.66% | - |
| HSV(B) | 66.67º | 0.57% | 0.92% | - |
| XYZ | 61.52 | 75.55 | 23.4 | - |
| YUV | 215.13 | 63.03 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 100 | 0.06 | 0 | 0.57 | 0.08 | 66.67 | 0.77 | 0.66 |
| Hex | DC | EB | 64 | 6 | 0 | 39 | 8 | 43 | 4D | 42 |
| Octal | 334 | 353 | 144 | 6 | 0 | 71 | 10 | 103 | 115 | 102 |
| Binary | 11011100 | 11101011 | 1100100 | 110 | 0 | 111001 | 1000 | 1000011 | 1001101 | 1000010 |
Color Harmonies of #DCEB64
Complementary color
Monochromatic Colors of #DCEB64
Black with #DCEB64
Text Example
Text Example
White with #DCEB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB64; }
p { color: rgb(220,235,100); }
H1.HeaderClassName
{
color: #DCEB64;
}
.AnyTagClassName
{
color: #DCEB64;
}
</style>
background-color css
<style>
a { background-color: #DCEB64; }
a { background-color: rgb(220,235,100); }
div.DivClassName
{
background-color: #DCEB64;
}
.BgClassName
{
background-color: #DCEB64;
}
</style>
border-color css
<style>
span { border-color: #DCEB64; }
span { border-color: rgb(220,235,100); }
td.TdClassName
{
border-color: #DCEB64;
}
.TagClassName
{
border-color: #DCEB64;
}
</style>