Shades of Mindaro #DDED73
Tints of Mindaro #DDED73
RGB
CMYK
RGB Variations
Color information
#DDED73 (or 0xDDED73) is known color: Mindaro. HEX triplet: DD, ED and 73. RGB value is (221,237,115). Sum of RGB (Red+Green+Blue) = 221+237+115=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 115 (45.31% from 255 or 20.07% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED73 is #22128C. Grayscale: #DADADA. Windows color (decimal): -2232973 or 7597533. OLE color: 7597533.
HSL color Cylindrical-coordinate representation of color #DDED73: hue angle of 67.87º 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 #DDED73 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 115 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.07 |
| HSL | 67.87º | 0.77% | 0.69% | - |
| HSV(B) | 67.87º | 0.51% | 0.93% | - |
| XYZ | 63.2 | 77.18 | 27.79 | - |
| YUV | 218.31 | 69.7 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 115 | 0.07 | 0 | 0.51 | 0.07 | 67.87 | 0.77 | 0.69 |
| Hex | DD | ED | 73 | 7 | 0 | 33 | 7 | 44 | 4D | 45 |
| Octal | 335 | 355 | 163 | 7 | 0 | 63 | 7 | 104 | 115 | 105 |
| Binary | 11011101 | 11101101 | 1110011 | 111 | 0 | 110011 | 111 | 1000100 | 1001101 | 1000101 |
Color Harmonies of #DDED73
Complementary color
Monochromatic Colors of #DDED73
Black with #DDED73
Text Example
Text Example
White with #DDED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDED73; }
p { color: rgb(221,237,115); }
H1.HeaderClassName
{
color: #DDED73;
}
.AnyTagClassName
{
color: #DDED73;
}
</style>
background-color css
<style>
a { background-color: #DDED73; }
a { background-color: rgb(221,237,115); }
div.DivClassName
{
background-color: #DDED73;
}
.BgClassName
{
background-color: #DDED73;
}
</style>
border-color css
<style>
span { border-color: #DDED73; }
span { border-color: rgb(221,237,115); }
td.TdClassName
{
border-color: #DDED73;
}
.TagClassName
{
border-color: #DDED73;
}
</style>