Shades of Mindaro #DCEB66
Tints of Mindaro #DCEB66
RGB
CMYK
RGB Variations
Color information
#DCEB66 (or 0xDCEB66) is known color: Mindaro. HEX triplet: DC, EB and 66. RGB value is (220,235,102). Sum of RGB (Red+Green+Blue) = 220+235+102=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB66 is #231499. Grayscale: #D7D7D7. Windows color (decimal): -2299034 or 6745052. OLE color: 6745052.
HSL color Cylindrical-coordinate representation of color #DCEB66: hue angle of 66.77º 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 #DCEB66 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 102 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.08 |
| HSL | 66.77º | 0.77% | 0.66% | - |
| HSV(B) | 66.77º | 0.57% | 0.92% | - |
| XYZ | 61.62 | 75.59 | 23.91 | - |
| YUV | 215.35 | 64.03 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 102 | 0.06 | 0 | 0.57 | 0.08 | 66.77 | 0.77 | 0.66 |
| Hex | DC | EB | 66 | 6 | 0 | 39 | 8 | 43 | 4D | 42 |
| Octal | 334 | 353 | 146 | 6 | 0 | 71 | 10 | 103 | 115 | 102 |
| Binary | 11011100 | 11101011 | 1100110 | 110 | 0 | 111001 | 1000 | 1000011 | 1001101 | 1000010 |
Color Harmonies of #DCEB66
Complementary color
Monochromatic Colors of #DCEB66
Black with #DCEB66
Text Example
Text Example
White with #DCEB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB66; }
p { color: rgb(220,235,102); }
H1.HeaderClassName
{
color: #DCEB66;
}
.AnyTagClassName
{
color: #DCEB66;
}
</style>
background-color css
<style>
a { background-color: #DCEB66; }
a { background-color: rgb(220,235,102); }
div.DivClassName
{
background-color: #DCEB66;
}
.BgClassName
{
background-color: #DCEB66;
}
</style>
border-color css
<style>
span { border-color: #DCEB66; }
span { border-color: rgb(220,235,102); }
td.TdClassName
{
border-color: #DCEB66;
}
.TagClassName
{
border-color: #DCEB66;
}
</style>