Shades of Mindaro #DDED74
Tints of Mindaro #DDED74
RGB
CMYK
RGB Variations
Color information
#DDED74 (or 0xDDED74) is known color: Mindaro. HEX triplet: DD, ED and 74. RGB value is (221,237,116). Sum of RGB (Red+Green+Blue) = 221+237+116=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 116 (45.70% from 255 or 20.21% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED74 is #22128B. Grayscale: #DADADA. Windows color (decimal): -2232972 or 7663069. OLE color: 7663069.
HSL color Cylindrical-coordinate representation of color #DDED74: hue angle of 67.93º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDED74 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 116 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.07 |
| HSL | 67.93º | 0.77% | 0.69% | - |
| HSV(B) | 67.93º | 0.51% | 0.93% | - |
| XYZ | 63.26 | 77.2 | 28.09 | - |
| YUV | 218.42 | 70.2 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 116 | 0.07 | 0 | 0.51 | 0.07 | 67.93 | 0.77 | 0.69 |
| Hex | DD | ED | 74 | 7 | 0 | 33 | 7 | 44 | 4D | 45 |
| Octal | 335 | 355 | 164 | 7 | 0 | 63 | 7 | 104 | 115 | 105 |
| Binary | 11011101 | 11101101 | 1110100 | 111 | 0 | 110011 | 111 | 1000100 | 1001101 | 1000101 |
Color Harmonies of #DDED74
Complementary color
Monochromatic Colors of #DDED74
Black with #DDED74
Text Example
Text Example
White with #DDED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDED74; }
p { color: rgb(221,237,116); }
H1.HeaderClassName
{
color: #DDED74;
}
.AnyTagClassName
{
color: #DDED74;
}
</style>
background-color css
<style>
a { background-color: #DDED74; }
a { background-color: rgb(221,237,116); }
div.DivClassName
{
background-color: #DDED74;
}
.BgClassName
{
background-color: #DDED74;
}
</style>
border-color css
<style>
span { border-color: #DDED74; }
span { border-color: rgb(221,237,116); }
td.TdClassName
{
border-color: #DDED74;
}
.TagClassName
{
border-color: #DDED74;
}
</style>