Shades of Mindaro #DDE67D
Tints of Mindaro #DDE67D
RGB
CMYK
RGB Variations
Color information
#DDE67D (or 0xDDE67D) is known color: Mindaro. HEX triplet: DD, E6 and 7D. RGB value is (221,230,125). Sum of RGB (Red+Green+Blue) = 221+230+125=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE67D is #221982. Grayscale: #D7D7D7. Windows color (decimal): -2234755 or 8251101. OLE color: 8251101.
HSL color Cylindrical-coordinate representation of color #DDE67D: hue angle of 65.14º 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 #DDE67D is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 125 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.10 |
| HSL | 65.14º | 0.68% | 0.7% | - |
| HSV(B) | 65.14º | 0.46% | 0.9% | - |
| XYZ | 61.82 | 73.45 | 30.32 | - |
| YUV | 215.34 | 77.02 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 125 | 0.04 | 0 | 0.46 | 0.10 | 65.14 | 0.68 | 0.7 |
| Hex | DD | E6 | 7D | 4 | 0 | 2E | A | 41 | 44 | 46 |
| Octal | 335 | 346 | 175 | 4 | 0 | 56 | 12 | 101 | 104 | 106 |
| Binary | 11011101 | 11100110 | 1111101 | 100 | 0 | 101110 | 1010 | 1000001 | 1000100 | 1000110 |
Color Harmonies of #DDE67D
Complementary color
Monochromatic Colors of #DDE67D
Black with #DDE67D
Text Example
Text Example
White with #DDE67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE67D; }
p { color: rgb(221,230,125); }
H1.HeaderClassName
{
color: #DDE67D;
}
.AnyTagClassName
{
color: #DDE67D;
}
</style>
background-color css
<style>
a { background-color: #DDE67D; }
a { background-color: rgb(221,230,125); }
div.DivClassName
{
background-color: #DDE67D;
}
.BgClassName
{
background-color: #DDE67D;
}
</style>
border-color css
<style>
span { border-color: #DDE67D; }
span { border-color: rgb(221,230,125); }
td.TdClassName
{
border-color: #DDE67D;
}
.TagClassName
{
border-color: #DDE67D;
}
</style>