Shades of Mindaro #DBE36C
Tints of Mindaro #DBE36C
RGB
CMYK
RGB Variations
Color information
#DBE36C (or 0xDBE36C) is known color: Mindaro. HEX triplet: DB, E3 and 6C. RGB value is (219,227,108). Sum of RGB (Red+Green+Blue) = 219+227+108=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE36C is #241C93. Grayscale: #D3D3D3. Windows color (decimal): -2366612 or 7136219. OLE color: 7136219.
HSL color Cylindrical-coordinate representation of color #DBE36C: hue angle of 64.03º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBE36C is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 108 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.11 |
| HSL | 64.03º | 0.68% | 0.66% | - |
| HSV(B) | 64.03º | 0.52% | 0.89% | - |
| XYZ | 59.39 | 71.08 | 24.78 | - |
| YUV | 211.04 | 69.85 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 108 | 0.04 | 0 | 0.52 | 0.11 | 64.03 | 0.68 | 0.66 |
| Hex | DB | E3 | 6C | 4 | 0 | 34 | B | 40 | 44 | 42 |
| Octal | 333 | 343 | 154 | 4 | 0 | 64 | 13 | 100 | 104 | 102 |
| Binary | 11011011 | 11100011 | 1101100 | 100 | 0 | 110100 | 1011 | 1000000 | 1000100 | 1000010 |
Color Harmonies of #DBE36C
Complementary color
Monochromatic Colors of #DBE36C
Black with #DBE36C
Text Example
Text Example
White with #DBE36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE36C; }
p { color: rgb(219,227,108); }
H1.HeaderClassName
{
color: #DBE36C;
}
.AnyTagClassName
{
color: #DBE36C;
}
</style>
background-color css
<style>
a { background-color: #DBE36C; }
a { background-color: rgb(219,227,108); }
div.DivClassName
{
background-color: #DBE36C;
}
.BgClassName
{
background-color: #DBE36C;
}
</style>
border-color css
<style>
span { border-color: #DBE36C; }
span { border-color: rgb(219,227,108); }
td.TdClassName
{
border-color: #DBE36C;
}
.TagClassName
{
border-color: #DBE36C;
}
</style>