Shades of Mindaro #DBE567
Tints of Mindaro #DBE567
RGB
CMYK
RGB Variations
Color information
#DBE567 (or 0xDBE567) is known color: Mindaro. HEX triplet: DB, E5 and 67. RGB value is (219,229,103). Sum of RGB (Red+Green+Blue) = 219+229+103=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 103 (40.62% from 255 or 18.69% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE567 is #241A98. Grayscale: #D4D4D4. Windows color (decimal): -2366105 or 6809051. OLE color: 6809051.
HSL color Cylindrical-coordinate representation of color #DBE567: hue angle of 64.76º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBE567 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 103 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.10 |
| HSL | 64.76º | 0.71% | 0.65% | - |
| HSV(B) | 64.76º | 0.55% | 0.9% | - |
| XYZ | 59.68 | 72.08 | 23.6 | - |
| YUV | 211.65 | 66.69 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 103 | 0.04 | 0 | 0.55 | 0.10 | 64.76 | 0.71 | 0.65 |
| Hex | DB | E5 | 67 | 4 | 0 | 37 | A | 41 | 47 | 41 |
| Octal | 333 | 345 | 147 | 4 | 0 | 67 | 12 | 101 | 107 | 101 |
| Binary | 11011011 | 11100101 | 1100111 | 100 | 0 | 110111 | 1010 | 1000001 | 1000111 | 1000001 |
Color Harmonies of #DBE567
Complementary color
Monochromatic Colors of #DBE567
Black with #DBE567
Text Example
Text Example
White with #DBE567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE567; }
p { color: rgb(219,229,103); }
H1.HeaderClassName
{
color: #DBE567;
}
.AnyTagClassName
{
color: #DBE567;
}
</style>
background-color css
<style>
a { background-color: #DBE567; }
a { background-color: rgb(219,229,103); }
div.DivClassName
{
background-color: #DBE567;
}
.BgClassName
{
background-color: #DBE567;
}
</style>
border-color css
<style>
span { border-color: #DBE567; }
span { border-color: rgb(219,229,103); }
td.TdClassName
{
border-color: #DBE567;
}
.TagClassName
{
border-color: #DBE567;
}
</style>