Shades of Mindaro #DFEB68
Tints of Mindaro #DFEB68
RGB
CMYK
RGB Variations
Color information
#DFEB68 (or 0xDFEB68) is known color: Mindaro. HEX triplet: DF, EB and 68. RGB value is (223,235,104). Sum of RGB (Red+Green+Blue) = 223+235+104=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 104 (41.02% from 255 or 18.51% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEB68 is #201497. Grayscale: #D8D8D8. Windows color (decimal): -2102424 or 6876127. OLE color: 6876127.
HSL color Cylindrical-coordinate representation of color #DFEB68: hue angle of 65.5º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFEB68 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 104 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.08 |
| HSL | 65.5º | 0.77% | 0.66% | - |
| HSV(B) | 65.5º | 0.56% | 0.92% | - |
| XYZ | 62.64 | 76.1 | 24.48 | - |
| YUV | 216.48 | 64.52 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 104 | 0.05 | 0 | 0.56 | 0.08 | 65.5 | 0.77 | 0.66 |
| Hex | DF | EB | 68 | 5 | 0 | 38 | 8 | 41 | 4D | 42 |
| Octal | 337 | 353 | 150 | 5 | 0 | 70 | 10 | 101 | 115 | 102 |
| Binary | 11011111 | 11101011 | 1101000 | 101 | 0 | 111000 | 1000 | 1000001 | 1001101 | 1000010 |
Color Harmonies of #DFEB68
Complementary color
Monochromatic Colors of #DFEB68
Black with #DFEB68
Text Example
Text Example
White with #DFEB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEB68; }
p { color: rgb(223,235,104); }
H1.HeaderClassName
{
color: #DFEB68;
}
.AnyTagClassName
{
color: #DFEB68;
}
</style>
background-color css
<style>
a { background-color: #DFEB68; }
a { background-color: rgb(223,235,104); }
div.DivClassName
{
background-color: #DFEB68;
}
.BgClassName
{
background-color: #DFEB68;
}
</style>
border-color css
<style>
span { border-color: #DFEB68; }
span { border-color: rgb(223,235,104); }
td.TdClassName
{
border-color: #DFEB68;
}
.TagClassName
{
border-color: #DFEB68;
}
</style>