Shades of Mindaro #DDE67C
Tints of Mindaro #DDE67C
RGB
CMYK
RGB Variations
Color information
#DDE67C (or 0xDDE67C) is known color: Mindaro. HEX triplet: DD, E6 and 7C. RGB value is (221,230,124). Sum of RGB (Red+Green+Blue) = 221+230+124=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE67C is #221983. Grayscale: #D7D7D7. Windows color (decimal): -2234756 or 8185565. OLE color: 8185565.
HSL color Cylindrical-coordinate representation of color #DDE67C: hue angle of 65.09º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDE67C is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 124 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.10 |
| HSL | 65.09º | 0.68% | 0.69% | - |
| HSV(B) | 65.09º | 0.46% | 0.9% | - |
| XYZ | 61.75 | 73.42 | 29.99 | - |
| YUV | 215.23 | 76.52 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 124 | 0.04 | 0 | 0.46 | 0.10 | 65.09 | 0.68 | 0.69 |
| Hex | DD | E6 | 7C | 4 | 0 | 2E | A | 41 | 44 | 45 |
| Octal | 335 | 346 | 174 | 4 | 0 | 56 | 12 | 101 | 104 | 105 |
| Binary | 11011101 | 11100110 | 1111100 | 100 | 0 | 101110 | 1010 | 1000001 | 1000100 | 1000101 |
Color Harmonies of #DDE67C
Complementary color
Monochromatic Colors of #DDE67C
Black with #DDE67C
Text Example
Text Example
White with #DDE67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE67C; }
p { color: rgb(221,230,124); }
H1.HeaderClassName
{
color: #DDE67C;
}
.AnyTagClassName
{
color: #DDE67C;
}
</style>
background-color css
<style>
a { background-color: #DDE67C; }
a { background-color: rgb(221,230,124); }
div.DivClassName
{
background-color: #DDE67C;
}
.BgClassName
{
background-color: #DDE67C;
}
</style>
border-color css
<style>
span { border-color: #DDE67C; }
span { border-color: rgb(221,230,124); }
td.TdClassName
{
border-color: #DDE67C;
}
.TagClassName
{
border-color: #DDE67C;
}
</style>