Shades of Mindaro #DCE567
Tints of Mindaro #DCE567
RGB
CMYK
RGB Variations
Color information
#DCE567 (or 0xDCE567) is known color: Mindaro. HEX triplet: DC, E5 and 67. RGB value is (220,229,103). Sum of RGB (Red+Green+Blue) = 220+229+103=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 103 (40.62% from 255 or 18.66% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE567 is #231A98. Grayscale: #D4D4D4. Windows color (decimal): -2300569 or 6809052. OLE color: 6809052.
HSL color Cylindrical-coordinate representation of color #DCE567: hue angle of 64.29º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCE567 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 103 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.10 |
| HSL | 64.29º | 0.71% | 0.65% | - |
| HSV(B) | 64.29º | 0.55% | 0.9% | - |
| XYZ | 59.98 | 72.23 | 23.61 | - |
| YUV | 211.95 | 66.52 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 103 | 0.04 | 0 | 0.55 | 0.10 | 64.29 | 0.71 | 0.65 |
| Hex | DC | E5 | 67 | 4 | 0 | 37 | A | 40 | 47 | 41 |
| Octal | 334 | 345 | 147 | 4 | 0 | 67 | 12 | 100 | 107 | 101 |
| Binary | 11011100 | 11100101 | 1100111 | 100 | 0 | 110111 | 1010 | 1000000 | 1000111 | 1000001 |
Color Harmonies of #DCE567
Complementary color
Monochromatic Colors of #DCE567
Black with #DCE567
Text Example
Text Example
White with #DCE567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE567; }
p { color: rgb(220,229,103); }
H1.HeaderClassName
{
color: #DCE567;
}
.AnyTagClassName
{
color: #DCE567;
}
</style>
background-color css
<style>
a { background-color: #DCE567; }
a { background-color: rgb(220,229,103); }
div.DivClassName
{
background-color: #DCE567;
}
.BgClassName
{
background-color: #DCE567;
}
</style>
border-color css
<style>
span { border-color: #DCE567; }
span { border-color: rgb(220,229,103); }
td.TdClassName
{
border-color: #DCE567;
}
.TagClassName
{
border-color: #DCE567;
}
</style>