Shades of Mindaro #DCE67C
Tints of Mindaro #DCE67C
RGB
CMYK
RGB Variations
Color information
#DCE67C (or 0xDCE67C) is known color: Mindaro. HEX triplet: DC, E6 and 7C. RGB value is (220,230,124). Sum of RGB (Red+Green+Blue) = 220+230+124=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 230 (90.23% from 255 or 40.07% from 574); Blue value is 124 (48.83% from 255 or 21.60% from 574); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE67C is #231983. Grayscale: #D7D7D7. Windows color (decimal): -2300292 or 8185564. OLE color: 8185564.
HSL color Cylindrical-coordinate representation of color #DCE67C: hue angle of 65.66º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCE67C is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 124 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.10 |
| HSL | 65.66º | 0.68% | 0.69% | - |
| HSV(B) | 65.66º | 0.46% | 0.9% | - |
| XYZ | 61.45 | 73.26 | 29.97 | - |
| YUV | 214.93 | 76.69 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 124 | 0.04 | 0 | 0.46 | 0.10 | 65.66 | 0.68 | 0.69 |
| Hex | DC | E6 | 7C | 4 | 0 | 2E | A | 42 | 44 | 45 |
| Octal | 334 | 346 | 174 | 4 | 0 | 56 | 12 | 102 | 104 | 105 |
| Binary | 11011100 | 11100110 | 1111100 | 100 | 0 | 101110 | 1010 | 1000010 | 1000100 | 1000101 |
Color Harmonies of #DCE67C
Complementary color
Monochromatic Colors of #DCE67C
Black with #DCE67C
Text Example
Text Example
White with #DCE67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE67C; }
p { color: rgb(220,230,124); }
H1.HeaderClassName
{
color: #DCE67C;
}
.AnyTagClassName
{
color: #DCE67C;
}
</style>
background-color css
<style>
a { background-color: #DCE67C; }
a { background-color: rgb(220,230,124); }
div.DivClassName
{
background-color: #DCE67C;
}
.BgClassName
{
background-color: #DCE67C;
}
</style>
border-color css
<style>
span { border-color: #DCE67C; }
span { border-color: rgb(220,230,124); }
td.TdClassName
{
border-color: #DCE67C;
}
.TagClassName
{
border-color: #DCE67C;
}
</style>