Shades of Mindaro #DFEB74
Tints of Mindaro #DFEB74
RGB
CMYK
RGB Variations
Color information
#DFEB74 (or 0xDFEB74) is known color: Mindaro. HEX triplet: DF, EB and 74. RGB value is (223,235,116). Sum of RGB (Red+Green+Blue) = 223+235+116=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 116 (45.70% from 255 or 20.21% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEB74 is #20148B. Grayscale: #DADADA. Windows color (decimal): -2102412 or 7662559. OLE color: 7662559.
HSL color Cylindrical-coordinate representation of color #DFEB74: hue angle of 66.05º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFEB74 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 116 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.08 |
| HSL | 66.05º | 0.75% | 0.69% | - |
| HSV(B) | 66.05º | 0.51% | 0.92% | - |
| XYZ | 63.29 | 76.37 | 27.93 | - |
| YUV | 217.85 | 70.52 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 116 | 0.05 | 0 | 0.51 | 0.08 | 66.05 | 0.75 | 0.69 |
| Hex | DF | EB | 74 | 5 | 0 | 33 | 8 | 42 | 4B | 45 |
| Octal | 337 | 353 | 164 | 5 | 0 | 63 | 10 | 102 | 113 | 105 |
| Binary | 11011111 | 11101011 | 1110100 | 101 | 0 | 110011 | 1000 | 1000010 | 1001011 | 1000101 |
Color Harmonies of #DFEB74
Complementary color
Monochromatic Colors of #DFEB74
Black with #DFEB74
Text Example
Text Example
White with #DFEB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEB74; }
p { color: rgb(223,235,116); }
H1.HeaderClassName
{
color: #DFEB74;
}
.AnyTagClassName
{
color: #DFEB74;
}
</style>
background-color css
<style>
a { background-color: #DFEB74; }
a { background-color: rgb(223,235,116); }
div.DivClassName
{
background-color: #DFEB74;
}
.BgClassName
{
background-color: #DFEB74;
}
</style>
border-color css
<style>
span { border-color: #DFEB74; }
span { border-color: rgb(223,235,116); }
td.TdClassName
{
border-color: #DFEB74;
}
.TagClassName
{
border-color: #DFEB74;
}
</style>