Shades of Mindaro #DBEA69
Tints of Mindaro #DBEA69
RGB
CMYK
RGB Variations
Color information
#DBEA69 (or 0xDBEA69) is known color: Mindaro. HEX triplet: DB, EA and 69. RGB value is (219,234,105). Sum of RGB (Red+Green+Blue) = 219+234+105=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA69 is #241596. Grayscale: #D7D7D7. Windows color (decimal): -2364823 or 6941403. OLE color: 6941403.
HSL color Cylindrical-coordinate representation of color #DBEA69: hue angle of 66.98º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBEA69 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 105 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.08 |
| HSL | 66.98º | 0.75% | 0.66% | - |
| HSV(B) | 66.98º | 0.55% | 0.92% | - |
| XYZ | 61.19 | 74.93 | 24.6 | - |
| YUV | 214.81 | 66.03 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 105 | 0.06 | 0 | 0.55 | 0.08 | 66.98 | 0.75 | 0.66 |
| Hex | DB | EA | 69 | 6 | 0 | 37 | 8 | 43 | 4B | 42 |
| Octal | 333 | 352 | 151 | 6 | 0 | 67 | 10 | 103 | 113 | 102 |
| Binary | 11011011 | 11101010 | 1101001 | 110 | 0 | 110111 | 1000 | 1000011 | 1001011 | 1000010 |
Color Harmonies of #DBEA69
Complementary color
Monochromatic Colors of #DBEA69
Black with #DBEA69
Text Example
Text Example
White with #DBEA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA69; }
p { color: rgb(219,234,105); }
H1.HeaderClassName
{
color: #DBEA69;
}
.AnyTagClassName
{
color: #DBEA69;
}
</style>
background-color css
<style>
a { background-color: #DBEA69; }
a { background-color: rgb(219,234,105); }
div.DivClassName
{
background-color: #DBEA69;
}
.BgClassName
{
background-color: #DBEA69;
}
</style>
border-color css
<style>
span { border-color: #DBEA69; }
span { border-color: rgb(219,234,105); }
td.TdClassName
{
border-color: #DBEA69;
}
.TagClassName
{
border-color: #DBEA69;
}
</style>