Shades of Mindaro #DFEB6C
Tints of Mindaro #DFEB6C
RGB
CMYK
RGB Variations
Color information
#DFEB6C (or 0xDFEB6C) is known color: Mindaro. HEX triplet: DF, EB and 6C. RGB value is (223,235,108). Sum of RGB (Red+Green+Blue) = 223+235+108=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 108 (42.58% from 255 or 19.08% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEB6C is #201493. Grayscale: #D9D9D9. Windows color (decimal): -2102420 or 7138271. OLE color: 7138271.
HSL color Cylindrical-coordinate representation of color #DFEB6C: hue angle of 65.67º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFEB6C is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 235 | 108 | - |
CMYK | 0.05 | 0 | 0.54 | 0.08 |
HSL | 65.67º | 0.76% | 0.67% | - |
HSV(B) | 65.67º | 0.54% | 0.92% | - |
XYZ | 62.85 | 76.19 | 25.58 | - |
YUV | 216.93 | 66.52 | 132.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 235 | 108 | 0.05 | 0 | 0.54 | 0.08 | 65.67 | 0.76 | 0.67 |
Hex | DF | EB | 6C | 5 | 0 | 36 | 8 | 42 | 4C | 43 |
Octal | 337 | 353 | 154 | 5 | 0 | 66 | 10 | 102 | 114 | 103 |
Binary | 11011111 | 11101011 | 1101100 | 101 | 0 | 110110 | 1000 | 1000010 | 1001100 | 1000011 |
Color Harmonies of #DFEB6C
Complementary color
Monochromatic Colors of #DFEB6C
Black with #DFEB6C
Text Example
Text Example
White with #DFEB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEB6C; }
p { color: rgb(223,235,108); }
H1.HeaderClassName
{
color: #DFEB6C;
}
.AnyTagClassName
{
color: #DFEB6C;
}
</style>
background-color css
<style>
a { background-color: #DFEB6C; }
a { background-color: rgb(223,235,108); }
div.DivClassName
{
background-color: #DFEB6C;
}
.BgClassName
{
background-color: #DFEB6C;
}
</style>
border-color css
<style>
span { border-color: #DFEB6C; }
span { border-color: rgb(223,235,108); }
td.TdClassName
{
border-color: #DFEB6C;
}
.TagClassName
{
border-color: #DFEB6C;
}
</style>