Shades of Mindaro #DEEB6D
Tints of Mindaro #DEEB6D
RGB
CMYK
RGB Variations
Color information
#DEEB6D (or 0xDEEB6D) is known color: Mindaro. HEX triplet: DE, EB and 6D. RGB value is (222,235,109). Sum of RGB (Red+Green+Blue) = 222+235+109=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 109 (42.97% from 255 or 19.26% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEB6D is #211492. Grayscale: #D9D9D9. Windows color (decimal): -2167955 or 7203806. OLE color: 7203806.
HSL color Cylindrical-coordinate representation of color #DEEB6D: hue angle of 66.19º 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 #DEEB6D is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 109 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.08 |
| HSL | 66.19º | 0.76% | 0.67% | - |
| HSV(B) | 66.19º | 0.54% | 0.92% | - |
| XYZ | 62.59 | 76.05 | 25.85 | - |
| YUV | 216.75 | 67.19 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 109 | 0.06 | 0 | 0.54 | 0.08 | 66.19 | 0.76 | 0.67 |
| Hex | DE | EB | 6D | 6 | 0 | 36 | 8 | 42 | 4C | 43 |
| Octal | 336 | 353 | 155 | 6 | 0 | 66 | 10 | 102 | 114 | 103 |
| Binary | 11011110 | 11101011 | 1101101 | 110 | 0 | 110110 | 1000 | 1000010 | 1001100 | 1000011 |
Color Harmonies of #DEEB6D
Complementary color
Monochromatic Colors of #DEEB6D
Black with #DEEB6D
Text Example
Text Example
White with #DEEB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB6D; }
p { color: rgb(222,235,109); }
H1.HeaderClassName
{
color: #DEEB6D;
}
.AnyTagClassName
{
color: #DEEB6D;
}
</style>
background-color css
<style>
a { background-color: #DEEB6D; }
a { background-color: rgb(222,235,109); }
div.DivClassName
{
background-color: #DEEB6D;
}
.BgClassName
{
background-color: #DEEB6D;
}
</style>
border-color css
<style>
span { border-color: #DEEB6D; }
span { border-color: rgb(222,235,109); }
td.TdClassName
{
border-color: #DEEB6D;
}
.TagClassName
{
border-color: #DEEB6D;
}
</style>