Shades of Mindaro #DBEB66
Tints of Mindaro #DBEB66
RGB
CMYK
RGB Variations
Color information
#DBEB66 (or 0xDBEB66) is known color: Mindaro. HEX triplet: DB, EB and 66. RGB value is (219,235,102). Sum of RGB (Red+Green+Blue) = 219+235+102=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 235 (92.19% from 255 or 42.27% from 556); Blue value is 102 (40.23% from 255 or 18.35% from 556); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB66 is #241499. Grayscale: #D7D7D7. Windows color (decimal): -2364570 or 6745051. OLE color: 6745051.
HSL color Cylindrical-coordinate representation of color #DBEB66: hue angle of 67.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBEB66 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 102 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.08 |
| HSL | 67.22º | 0.77% | 0.66% | - |
| HSV(B) | 67.22º | 0.57% | 0.92% | - |
| XYZ | 61.32 | 75.44 | 23.9 | - |
| YUV | 215.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 102 | 0.07 | 0 | 0.57 | 0.08 | 67.22 | 0.77 | 0.66 |
| Hex | DB | EB | 66 | 7 | 0 | 39 | 8 | 43 | 4D | 42 |
| Octal | 333 | 353 | 146 | 7 | 0 | 71 | 10 | 103 | 115 | 102 |
| Binary | 11011011 | 11101011 | 1100110 | 111 | 0 | 111001 | 1000 | 1000011 | 1001101 | 1000010 |
Color Harmonies of #DBEB66
Complementary color
Monochromatic Colors of #DBEB66
Black with #DBEB66
Text Example
Text Example
White with #DBEB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB66; }
p { color: rgb(219,235,102); }
H1.HeaderClassName
{
color: #DBEB66;
}
.AnyTagClassName
{
color: #DBEB66;
}
</style>
background-color css
<style>
a { background-color: #DBEB66; }
a { background-color: rgb(219,235,102); }
div.DivClassName
{
background-color: #DBEB66;
}
.BgClassName
{
background-color: #DBEB66;
}
</style>
border-color css
<style>
span { border-color: #DBEB66; }
span { border-color: rgb(219,235,102); }
td.TdClassName
{
border-color: #DBEB66;
}
.TagClassName
{
border-color: #DBEB66;
}
</style>