Shades of Mindaro #DCE67D
Tints of Mindaro #DCE67D
RGB
CMYK
RGB Variations
Color information
#DCE67D (or 0xDCE67D) is known color: Mindaro. HEX triplet: DC, E6 and 7D. RGB value is (220,230,125). Sum of RGB (Red+Green+Blue) = 220+230+125=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE67D is #231982. Grayscale: #D7D7D7. Windows color (decimal): -2300291 or 8251100. OLE color: 8251100.
HSL color Cylindrical-coordinate representation of color #DCE67D: hue angle of 65.71º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCE67D is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 125 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.10 |
| HSL | 65.71º | 0.68% | 0.7% | - |
| HSV(B) | 65.71º | 0.46% | 0.9% | - |
| XYZ | 61.51 | 73.29 | 30.31 | - |
| YUV | 215.04 | 77.19 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 125 | 0.04 | 0 | 0.46 | 0.10 | 65.71 | 0.68 | 0.7 |
| Hex | DC | E6 | 7D | 4 | 0 | 2E | A | 42 | 44 | 46 |
| Octal | 334 | 346 | 175 | 4 | 0 | 56 | 12 | 102 | 104 | 106 |
| Binary | 11011100 | 11100110 | 1111101 | 100 | 0 | 101110 | 1010 | 1000010 | 1000100 | 1000110 |
Color Harmonies of #DCE67D
Complementary color
Monochromatic Colors of #DCE67D
Black with #DCE67D
Text Example
Text Example
White with #DCE67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE67D; }
p { color: rgb(220,230,125); }
H1.HeaderClassName
{
color: #DCE67D;
}
.AnyTagClassName
{
color: #DCE67D;
}
</style>
background-color css
<style>
a { background-color: #DCE67D; }
a { background-color: rgb(220,230,125); }
div.DivClassName
{
background-color: #DCE67D;
}
.BgClassName
{
background-color: #DCE67D;
}
</style>
border-color css
<style>
span { border-color: #DCE67D; }
span { border-color: rgb(220,230,125); }
td.TdClassName
{
border-color: #DCE67D;
}
.TagClassName
{
border-color: #DCE67D;
}
</style>