Shades of Mindaro #DDE363
Tints of Mindaro #DDE363
RGB
CMYK
RGB Variations
Color information
#DDE363 (or 0xDDE363) is known color: Mindaro. HEX triplet: DD, E3 and 63. RGB value is (221,227,99). Sum of RGB (Red+Green+Blue) = 221+227+99=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE363 is #221C9C. Grayscale: #D3D3D3. Windows color (decimal): -2235549 or 6546397. OLE color: 6546397.
HSL color Cylindrical-coordinate representation of color #DDE363: hue angle of 62.81º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDE363 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 99 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.11 |
| HSL | 62.81º | 0.7% | 0.64% | - |
| HSV(B) | 62.81º | 0.56% | 0.89% | - |
| XYZ | 59.54 | 71.21 | 22.41 | - |
| YUV | 210.61 | 65.01 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 99 | 0.03 | 0 | 0.56 | 0.11 | 62.81 | 0.7 | 0.64 |
| Hex | DD | E3 | 63 | 3 | 0 | 38 | B | 3F | 46 | 40 |
| Octal | 335 | 343 | 143 | 3 | 0 | 70 | 13 | 77 | 106 | 100 |
| Binary | 11011101 | 11100011 | 1100011 | 11 | 0 | 111000 | 1011 | 111111 | 1000110 | 1000000 |
Color Harmonies of #DDE363
Complementary color
Monochromatic Colors of #DDE363
Black with #DDE363
Text Example
Text Example
White with #DDE363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE363; }
p { color: rgb(221,227,99); }
H1.HeaderClassName
{
color: #DDE363;
}
.AnyTagClassName
{
color: #DDE363;
}
</style>
background-color css
<style>
a { background-color: #DDE363; }
a { background-color: rgb(221,227,99); }
div.DivClassName
{
background-color: #DDE363;
}
.BgClassName
{
background-color: #DDE363;
}
</style>
border-color css
<style>
span { border-color: #DDE363; }
span { border-color: rgb(221,227,99); }
td.TdClassName
{
border-color: #DDE363;
}
.TagClassName
{
border-color: #DDE363;
}
</style>