Shades of Mindaro #DDE672
Tints of Mindaro #DDE672
RGB
CMYK
RGB Variations
Color information
#DDE672 (or 0xDDE672) is known color: Mindaro. HEX triplet: DD, E6 and 72. RGB value is (221,230,114). Sum of RGB (Red+Green+Blue) = 221+230+114=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE672 is #22198D. Grayscale: #D6D6D6. Windows color (decimal): -2234766 or 7530205. OLE color: 7530205.
HSL color Cylindrical-coordinate representation of color #DDE672: hue angle of 64.66º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDE672 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 114 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.10 |
| HSL | 64.66º | 0.7% | 0.67% | - |
| HSV(B) | 64.66º | 0.5% | 0.9% | - |
| XYZ | 61.15 | 73.18 | 26.82 | - |
| YUV | 214.09 | 71.52 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 114 | 0.04 | 0 | 0.50 | 0.10 | 64.66 | 0.7 | 0.67 |
| Hex | DD | E6 | 72 | 4 | 0 | 32 | A | 41 | 46 | 43 |
| Octal | 335 | 346 | 162 | 4 | 0 | 62 | 12 | 101 | 106 | 103 |
| Binary | 11011101 | 11100110 | 1110010 | 100 | 0 | 110010 | 1010 | 1000001 | 1000110 | 1000011 |
Color Harmonies of #DDE672
Complementary color
Monochromatic Colors of #DDE672
Black with #DDE672
Text Example
Text Example
White with #DDE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE672; }
p { color: rgb(221,230,114); }
H1.HeaderClassName
{
color: #DDE672;
}
.AnyTagClassName
{
color: #DDE672;
}
</style>
background-color css
<style>
a { background-color: #DDE672; }
a { background-color: rgb(221,230,114); }
div.DivClassName
{
background-color: #DDE672;
}
.BgClassName
{
background-color: #DDE672;
}
</style>
border-color css
<style>
span { border-color: #DDE672; }
span { border-color: rgb(221,230,114); }
td.TdClassName
{
border-color: #DDE672;
}
.TagClassName
{
border-color: #DDE672;
}
</style>