Shades of Mindaro #DDE66B
Tints of Mindaro #DDE66B
RGB
CMYK
RGB Variations
Color information
#DDE66B (or 0xDDE66B) is known color: Mindaro. HEX triplet: DD, E6 and 6B. RGB value is (221,230,107). Sum of RGB (Red+Green+Blue) = 221+230+107=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE66B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE66B is #221994. Grayscale: #D5D5D5. Windows color (decimal): -2234773 or 7071453. OLE color: 7071453.
HSL color Cylindrical-coordinate representation of color #DDE66B: hue angle of 64.39º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDE66B is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 107 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.10 |
| HSL | 64.39º | 0.71% | 0.66% | - |
| HSV(B) | 64.39º | 0.53% | 0.9% | - |
| XYZ | 60.77 | 73.03 | 24.8 | - |
| YUV | 213.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 107 | 0.04 | 0 | 0.53 | 0.10 | 64.39 | 0.71 | 0.66 |
| Hex | DD | E6 | 6B | 4 | 0 | 35 | A | 40 | 47 | 42 |
| Octal | 335 | 346 | 153 | 4 | 0 | 65 | 12 | 100 | 107 | 102 |
| Binary | 11011101 | 11100110 | 1101011 | 100 | 0 | 110101 | 1010 | 1000000 | 1000111 | 1000010 |
Color Harmonies of #DDE66B
Complementary color
Monochromatic Colors of #DDE66B
Black with #DDE66B
Text Example
Text Example
White with #DDE66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE66B; }
p { color: rgb(221,230,107); }
H1.HeaderClassName
{
color: #DDE66B;
}
.AnyTagClassName
{
color: #DDE66B;
}
</style>
background-color css
<style>
a { background-color: #DDE66B; }
a { background-color: rgb(221,230,107); }
div.DivClassName
{
background-color: #DDE66B;
}
.BgClassName
{
background-color: #DDE66B;
}
</style>
border-color css
<style>
span { border-color: #DDE66B; }
span { border-color: rgb(221,230,107); }
td.TdClassName
{
border-color: #DDE66B;
}
.TagClassName
{
border-color: #DDE66B;
}
</style>