Shades of Mindaro #DBEA65
Tints of Mindaro #DBEA65
RGB
CMYK
RGB Variations
Color information
#DBEA65 (or 0xDBEA65) is known color: Mindaro. HEX triplet: DB, EA and 65. RGB value is (219,234,101). Sum of RGB (Red+Green+Blue) = 219+234+101=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA65 is #24159A. Grayscale: #D6D6D6. Windows color (decimal): -2364827 or 6679259. OLE color: 6679259.
HSL color Cylindrical-coordinate representation of color #DBEA65: hue angle of 66.77º degrees, saturation: 0.76, 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 #DBEA65 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 101 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.08 |
| HSL | 66.77º | 0.76% | 0.66% | - |
| HSV(B) | 66.77º | 0.57% | 0.92% | - |
| XYZ | 60.99 | 74.85 | 23.54 | - |
| YUV | 214.35 | 64.03 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 101 | 0.06 | 0 | 0.57 | 0.08 | 66.77 | 0.76 | 0.66 |
| Hex | DB | EA | 65 | 6 | 0 | 39 | 8 | 43 | 4C | 42 |
| Octal | 333 | 352 | 145 | 6 | 0 | 71 | 10 | 103 | 114 | 102 |
| Binary | 11011011 | 11101010 | 1100101 | 110 | 0 | 111001 | 1000 | 1000011 | 1001100 | 1000010 |
Color Harmonies of #DBEA65
Complementary color
Monochromatic Colors of #DBEA65
Black with #DBEA65
Text Example
Text Example
White with #DBEA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA65; }
p { color: rgb(219,234,101); }
H1.HeaderClassName
{
color: #DBEA65;
}
.AnyTagClassName
{
color: #DBEA65;
}
</style>
background-color css
<style>
a { background-color: #DBEA65; }
a { background-color: rgb(219,234,101); }
div.DivClassName
{
background-color: #DBEA65;
}
.BgClassName
{
background-color: #DBEA65;
}
</style>
border-color css
<style>
span { border-color: #DBEA65; }
span { border-color: rgb(219,234,101); }
td.TdClassName
{
border-color: #DBEA65;
}
.TagClassName
{
border-color: #DBEA65;
}
</style>