Shades of Mindaro #DCE769
Tints of Mindaro #DCE769
RGB
CMYK
RGB Variations
Color information
#DCE769 (or 0xDCE769) is known color: Mindaro. HEX triplet: DC, E7 and 69. RGB value is (220,231,105). Sum of RGB (Red+Green+Blue) = 220+231+105=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 105 (41.41% from 255 or 18.88% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE769 is #231896. Grayscale: #D5D5D5. Windows color (decimal): -2300055 or 6940636. OLE color: 6940636.
HSL color Cylindrical-coordinate representation of color #DCE769: hue angle of 65.24º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCE769 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 105 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.09 |
| HSL | 65.24º | 0.72% | 0.66% | - |
| HSV(B) | 65.24º | 0.55% | 0.91% | - |
| XYZ | 60.64 | 73.39 | 24.33 | - |
| YUV | 213.35 | 66.86 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 105 | 0.05 | 0 | 0.55 | 0.09 | 65.24 | 0.72 | 0.66 |
| Hex | DC | E7 | 69 | 5 | 0 | 37 | 9 | 41 | 48 | 42 |
| Octal | 334 | 347 | 151 | 5 | 0 | 67 | 11 | 101 | 110 | 102 |
| Binary | 11011100 | 11100111 | 1101001 | 101 | 0 | 110111 | 1001 | 1000001 | 1001000 | 1000010 |
Color Harmonies of #DCE769
Complementary color
Monochromatic Colors of #DCE769
Black with #DCE769
Text Example
Text Example
White with #DCE769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE769; }
p { color: rgb(220,231,105); }
H1.HeaderClassName
{
color: #DCE769;
}
.AnyTagClassName
{
color: #DCE769;
}
</style>
background-color css
<style>
a { background-color: #DCE769; }
a { background-color: rgb(220,231,105); }
div.DivClassName
{
background-color: #DCE769;
}
.BgClassName
{
background-color: #DCE769;
}
</style>
border-color css
<style>
span { border-color: #DCE769; }
span { border-color: rgb(220,231,105); }
td.TdClassName
{
border-color: #DCE769;
}
.TagClassName
{
border-color: #DCE769;
}
</style>