Shades of Mindaro #DFED73
Tints of Mindaro #DFED73
RGB
CMYK
RGB Variations
Color information
#DFED73 (or 0xDFED73) is known color: Mindaro. HEX triplet: DF, ED and 73. RGB value is (223,237,115). Sum of RGB (Red+Green+Blue) = 223+237+115=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 115 (45.31% from 255 or 20% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFED73 is #20128C. Grayscale: #DBDBDB. Windows color (decimal): -2101901 or 7597535. OLE color: 7597535.
HSL color Cylindrical-coordinate representation of color #DFED73: hue angle of 66.89º 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 #DFED73 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 115 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.07 |
| HSL | 66.89º | 0.77% | 0.69% | - |
| HSV(B) | 66.89º | 0.51% | 0.93% | - |
| XYZ | 63.81 | 77.49 | 27.81 | - |
| YUV | 218.91 | 69.36 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 115 | 0.06 | 0 | 0.51 | 0.07 | 66.89 | 0.77 | 0.69 |
| Hex | DF | ED | 73 | 6 | 0 | 33 | 7 | 43 | 4D | 45 |
| Octal | 337 | 355 | 163 | 6 | 0 | 63 | 7 | 103 | 115 | 105 |
| Binary | 11011111 | 11101101 | 1110011 | 110 | 0 | 110011 | 111 | 1000011 | 1001101 | 1000101 |
Color Harmonies of #DFED73
Complementary color
Monochromatic Colors of #DFED73
Black with #DFED73
Text Example
Text Example
White with #DFED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFED73; }
p { color: rgb(223,237,115); }
H1.HeaderClassName
{
color: #DFED73;
}
.AnyTagClassName
{
color: #DFED73;
}
</style>
background-color css
<style>
a { background-color: #DFED73; }
a { background-color: rgb(223,237,115); }
div.DivClassName
{
background-color: #DFED73;
}
.BgClassName
{
background-color: #DFED73;
}
</style>
border-color css
<style>
span { border-color: #DFED73; }
span { border-color: rgb(223,237,115); }
td.TdClassName
{
border-color: #DFED73;
}
.TagClassName
{
border-color: #DFED73;
}
</style>