Shades of Mindaro #DFEB7B
Tints of Mindaro #DFEB7B
RGB
CMYK
RGB Variations
Color information
#DFEB7B (or 0xDFEB7B) is known color: Mindaro. HEX triplet: DF, EB and 7B. RGB value is (223,235,123). Sum of RGB (Red+Green+Blue) = 223+235+123=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 123 (48.44% from 255 or 21.17% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEB7B is #201484. Grayscale: #DBDBDB. Windows color (decimal): -2102405 or 8121311. OLE color: 8121311.
HSL color Cylindrical-coordinate representation of color #DFEB7B: hue angle of 66.43º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFEB7B is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 123 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.08 |
| HSL | 66.43º | 0.74% | 0.7% | - |
| HSV(B) | 66.43º | 0.48% | 0.92% | - |
| XYZ | 63.71 | 76.53 | 30.15 | - |
| YUV | 218.64 | 74.02 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 123 | 0.05 | 0 | 0.48 | 0.08 | 66.43 | 0.74 | 0.7 |
| Hex | DF | EB | 7B | 5 | 0 | 30 | 8 | 42 | 4A | 46 |
| Octal | 337 | 353 | 173 | 5 | 0 | 60 | 10 | 102 | 112 | 106 |
| Binary | 11011111 | 11101011 | 1111011 | 101 | 0 | 110000 | 1000 | 1000010 | 1001010 | 1000110 |
Color Harmonies of #DFEB7B
Complementary color
Monochromatic Colors of #DFEB7B
Black with #DFEB7B
Text Example
Text Example
White with #DFEB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEB7B; }
p { color: rgb(223,235,123); }
H1.HeaderClassName
{
color: #DFEB7B;
}
.AnyTagClassName
{
color: #DFEB7B;
}
</style>
background-color css
<style>
a { background-color: #DFEB7B; }
a { background-color: rgb(223,235,123); }
div.DivClassName
{
background-color: #DFEB7B;
}
.BgClassName
{
background-color: #DFEB7B;
}
</style>
border-color css
<style>
span { border-color: #DFEB7B; }
span { border-color: rgb(223,235,123); }
td.TdClassName
{
border-color: #DFEB7B;
}
.TagClassName
{
border-color: #DFEB7B;
}
</style>