Shades of Mindaro #DBED66
Tints of Mindaro #DBED66
RGB
CMYK
RGB Variations
Color information
#DBED66 (or 0xDBED66) is known color: Mindaro. HEX triplet: DB, ED and 66. RGB value is (219,237,102). Sum of RGB (Red+Green+Blue) = 219+237+102=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 102 (40.23% from 255 or 18.28% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED66 is #241299. Grayscale: #D8D8D8. Windows color (decimal): -2364058 or 6745563. OLE color: 6745563.
HSL color Cylindrical-coordinate representation of color #DBED66: hue angle of 68º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBED66 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 102 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.07 |
| HSL | 68º | 0.79% | 0.66% | - |
| HSV(B) | 68º | 0.57% | 0.93% | - |
| XYZ | 61.9 | 76.59 | 24.09 | - |
| YUV | 216.23 | 63.54 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 102 | 0.08 | 0 | 0.57 | 0.07 | 68 | 0.79 | 0.66 |
| Hex | DB | ED | 66 | 8 | 0 | 39 | 7 | 44 | 4F | 42 |
| Octal | 333 | 355 | 146 | 10 | 0 | 71 | 7 | 104 | 117 | 102 |
| Binary | 11011011 | 11101101 | 1100110 | 1000 | 0 | 111001 | 111 | 1000100 | 1001111 | 1000010 |
Color Harmonies of #DBED66
Complementary color
Monochromatic Colors of #DBED66
Black with #DBED66
Text Example
Text Example
White with #DBED66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED66; }
p { color: rgb(219,237,102); }
H1.HeaderClassName
{
color: #DBED66;
}
.AnyTagClassName
{
color: #DBED66;
}
</style>
background-color css
<style>
a { background-color: #DBED66; }
a { background-color: rgb(219,237,102); }
div.DivClassName
{
background-color: #DBED66;
}
.BgClassName
{
background-color: #DBED66;
}
</style>
border-color css
<style>
span { border-color: #DBED66; }
span { border-color: rgb(219,237,102); }
td.TdClassName
{
border-color: #DBED66;
}
.TagClassName
{
border-color: #DBED66;
}
</style>