Shades of Mindaro #DCEB6C
Tints of Mindaro #DCEB6C
RGB
CMYK
RGB Variations
Color information
#DCEB6C (or 0xDCEB6C) is known color: Mindaro. HEX triplet: DC, EB and 6C. RGB value is (220,235,108). Sum of RGB (Red+Green+Blue) = 220+235+108=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB6C is #231493. Grayscale: #D8D8D8. Windows color (decimal): -2299028 or 7138268. OLE color: 7138268.
HSL color Cylindrical-coordinate representation of color #DCEB6C: hue angle of 67.09º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCEB6C is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 108 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.08 |
| HSL | 67.09º | 0.76% | 0.67% | - |
| HSV(B) | 67.09º | 0.54% | 0.92% | - |
| XYZ | 61.93 | 75.72 | 25.54 | - |
| YUV | 216.04 | 67.03 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 108 | 0.06 | 0 | 0.54 | 0.08 | 67.09 | 0.76 | 0.67 |
| Hex | DC | EB | 6C | 6 | 0 | 36 | 8 | 43 | 4C | 43 |
| Octal | 334 | 353 | 154 | 6 | 0 | 66 | 10 | 103 | 114 | 103 |
| Binary | 11011100 | 11101011 | 1101100 | 110 | 0 | 110110 | 1000 | 1000011 | 1001100 | 1000011 |
Color Harmonies of #DCEB6C
Complementary color
Monochromatic Colors of #DCEB6C
Black with #DCEB6C
Text Example
Text Example
White with #DCEB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB6C; }
p { color: rgb(220,235,108); }
H1.HeaderClassName
{
color: #DCEB6C;
}
.AnyTagClassName
{
color: #DCEB6C;
}
</style>
background-color css
<style>
a { background-color: #DCEB6C; }
a { background-color: rgb(220,235,108); }
div.DivClassName
{
background-color: #DCEB6C;
}
.BgClassName
{
background-color: #DCEB6C;
}
</style>
border-color css
<style>
span { border-color: #DCEB6C; }
span { border-color: rgb(220,235,108); }
td.TdClassName
{
border-color: #DCEB6C;
}
.TagClassName
{
border-color: #DCEB6C;
}
</style>