Shades of Mindaro #DBE367
Tints of Mindaro #DBE367
RGB
CMYK
RGB Variations
Color information
#DBE367 (or 0xDBE367) is known color: Mindaro. HEX triplet: DB, E3 and 67. RGB value is (219,227,103). Sum of RGB (Red+Green+Blue) = 219+227+103=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 103 (40.62% from 255 or 18.76% from 549); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE367 is #241C98. Grayscale: #D2D2D2. Windows color (decimal): -2366617 or 6808539. OLE color: 6808539.
HSL color Cylindrical-coordinate representation of color #DBE367: hue angle of 63.87º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBE367 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 103 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.11 |
| HSL | 63.87º | 0.69% | 0.65% | - |
| HSV(B) | 63.87º | 0.55% | 0.89% | - |
| XYZ | 59.13 | 70.98 | 23.42 | - |
| YUV | 210.47 | 67.35 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 103 | 0.04 | 0 | 0.55 | 0.11 | 63.87 | 0.69 | 0.65 |
| Hex | DB | E3 | 67 | 4 | 0 | 37 | B | 40 | 45 | 41 |
| Octal | 333 | 343 | 147 | 4 | 0 | 67 | 13 | 100 | 105 | 101 |
| Binary | 11011011 | 11100011 | 1100111 | 100 | 0 | 110111 | 1011 | 1000000 | 1000101 | 1000001 |
Color Harmonies of #DBE367
Complementary color
Monochromatic Colors of #DBE367
Black with #DBE367
Text Example
Text Example
White with #DBE367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE367; }
p { color: rgb(219,227,103); }
H1.HeaderClassName
{
color: #DBE367;
}
.AnyTagClassName
{
color: #DBE367;
}
</style>
background-color css
<style>
a { background-color: #DBE367; }
a { background-color: rgb(219,227,103); }
div.DivClassName
{
background-color: #DBE367;
}
.BgClassName
{
background-color: #DBE367;
}
</style>
border-color css
<style>
span { border-color: #DBE367; }
span { border-color: rgb(219,227,103); }
td.TdClassName
{
border-color: #DBE367;
}
.TagClassName
{
border-color: #DBE367;
}
</style>