Shades of Mindaro #DBE767
Tints of Mindaro #DBE767
RGB
CMYK
RGB Variations
Color information
#DBE767 (or 0xDBE767) is known color: Mindaro. HEX triplet: DB, E7 and 67. RGB value is (219,231,103). Sum of RGB (Red+Green+Blue) = 219+231+103=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 103 (40.62% from 255 or 18.63% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE767 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE767 is #241898. Grayscale: #D5D5D5. Windows color (decimal): -2365593 or 6809563. OLE color: 6809563.
HSL color Cylindrical-coordinate representation of color #DBE767: hue angle of 65.62º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBE767 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 103 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.09 |
| HSL | 65.63º | 0.73% | 0.65% | - |
| HSV(B) | 65.63º | 0.55% | 0.91% | - |
| XYZ | 60.24 | 73.19 | 23.78 | - |
| YUV | 212.82 | 66.02 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 103 | 0.05 | 0 | 0.55 | 0.09 | 65.63 | 0.73 | 0.65 |
| Hex | DB | E7 | 67 | 5 | 0 | 37 | 9 | 42 | 49 | 41 |
| Octal | 333 | 347 | 147 | 5 | 0 | 67 | 11 | 102 | 111 | 101 |
| Binary | 11011011 | 11100111 | 1100111 | 101 | 0 | 110111 | 1001 | 1000010 | 1001001 | 1000001 |
Color Harmonies of #DBE767
Complementary color
Monochromatic Colors of #DBE767
Black with #DBE767
Text Example
Text Example
White with #DBE767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE767; }
p { color: rgb(219,231,103); }
H1.HeaderClassName
{
color: #DBE767;
}
.AnyTagClassName
{
color: #DBE767;
}
</style>
background-color css
<style>
a { background-color: #DBE767; }
a { background-color: rgb(219,231,103); }
div.DivClassName
{
background-color: #DBE767;
}
.BgClassName
{
background-color: #DBE767;
}
</style>
border-color css
<style>
span { border-color: #DBE767; }
span { border-color: rgb(219,231,103); }
td.TdClassName
{
border-color: #DBE767;
}
.TagClassName
{
border-color: #DBE767;
}
</style>