Shades of Mindaro #DBEA61
Tints of Mindaro #DBEA61
RGB
CMYK
RGB Variations
Color information
#DBEA61 (or 0xDBEA61) is known color: Mindaro. HEX triplet: DB, EA and 61. RGB value is (219,234,97). Sum of RGB (Red+Green+Blue) = 219+234+97=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 97 (38.28% from 255 or 17.64% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA61 is #24159E. Grayscale: #D6D6D6. Windows color (decimal): -2364831 or 6417115. OLE color: 6417115.
HSL color Cylindrical-coordinate representation of color #DBEA61: hue angle of 66.57º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBEA61 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 97 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.08 |
| HSL | 66.57º | 0.77% | 0.65% | - |
| HSV(B) | 66.57º | 0.59% | 0.92% | - |
| XYZ | 60.79 | 74.77 | 22.54 | - |
| YUV | 213.9 | 62.03 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 97 | 0.06 | 0 | 0.59 | 0.08 | 66.57 | 0.77 | 0.65 |
| Hex | DB | EA | 61 | 6 | 0 | 3B | 8 | 43 | 4D | 41 |
| Octal | 333 | 352 | 141 | 6 | 0 | 73 | 10 | 103 | 115 | 101 |
| Binary | 11011011 | 11101010 | 1100001 | 110 | 0 | 111011 | 1000 | 1000011 | 1001101 | 1000001 |
Color Harmonies of #DBEA61
Complementary color
Monochromatic Colors of #DBEA61
Black with #DBEA61
Text Example
Text Example
White with #DBEA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA61; }
p { color: rgb(219,234,97); }
H1.HeaderClassName
{
color: #DBEA61;
}
.AnyTagClassName
{
color: #DBEA61;
}
</style>
background-color css
<style>
a { background-color: #DBEA61; }
a { background-color: rgb(219,234,97); }
div.DivClassName
{
background-color: #DBEA61;
}
.BgClassName
{
background-color: #DBEA61;
}
</style>
border-color css
<style>
span { border-color: #DBEA61; }
span { border-color: rgb(219,234,97); }
td.TdClassName
{
border-color: #DBEA61;
}
.TagClassName
{
border-color: #DBEA61;
}
</style>