Shades of Mindaro #DBE465
Tints of Mindaro #DBE465
RGB
CMYK
RGB Variations
Color information
#DBE465 (or 0xDBE465) is known color: Mindaro. HEX triplet: DB, E4 and 65. RGB value is (219,228,101). Sum of RGB (Red+Green+Blue) = 219+228+101=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE465 is #241B9A. Grayscale: #D3D3D3. Windows color (decimal): -2366363 or 6677723. OLE color: 6677723.
HSL color Cylindrical-coordinate representation of color #DBE465: hue angle of 64.25º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBE465 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 101 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.11 |
| HSL | 64.25º | 0.7% | 0.65% | - |
| HSV(B) | 64.25º | 0.56% | 0.89% | - |
| XYZ | 59.31 | 71.49 | 22.98 | - |
| YUV | 210.83 | 66.02 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 101 | 0.04 | 0 | 0.56 | 0.11 | 64.25 | 0.7 | 0.65 |
| Hex | DB | E4 | 65 | 4 | 0 | 38 | B | 40 | 46 | 41 |
| Octal | 333 | 344 | 145 | 4 | 0 | 70 | 13 | 100 | 106 | 101 |
| Binary | 11011011 | 11100100 | 1100101 | 100 | 0 | 111000 | 1011 | 1000000 | 1000110 | 1000001 |
Color Harmonies of #DBE465
Complementary color
Monochromatic Colors of #DBE465
Black with #DBE465
Text Example
Text Example
White with #DBE465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE465; }
p { color: rgb(219,228,101); }
H1.HeaderClassName
{
color: #DBE465;
}
.AnyTagClassName
{
color: #DBE465;
}
</style>
background-color css
<style>
a { background-color: #DBE465; }
a { background-color: rgb(219,228,101); }
div.DivClassName
{
background-color: #DBE465;
}
.BgClassName
{
background-color: #DBE465;
}
</style>
border-color css
<style>
span { border-color: #DBE465; }
span { border-color: rgb(219,228,101); }
td.TdClassName
{
border-color: #DBE465;
}
.TagClassName
{
border-color: #DBE465;
}
</style>