Shades of Mindaro #DBEB6A
Tints of Mindaro #DBEB6A
RGB
CMYK
RGB Variations
Color information
#DBEB6A (or 0xDBEB6A) is known color: Mindaro. HEX triplet: DB, EB and 6A. RGB value is (219,235,106). Sum of RGB (Red+Green+Blue) = 219+235+106=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB6A is #241495. Grayscale: #D8D8D8. Windows color (decimal): -2364566 or 7007195. OLE color: 7007195.
HSL color Cylindrical-coordinate representation of color #DBEB6A: hue angle of 67.44º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBEB6A is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 106 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.08 |
| HSL | 67.44º | 0.76% | 0.67% | - |
| HSV(B) | 67.44º | 0.55% | 0.92% | - |
| XYZ | 61.52 | 75.52 | 24.97 | - |
| YUV | 215.51 | 66.2 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 106 | 0.07 | 0 | 0.55 | 0.08 | 67.44 | 0.76 | 0.67 |
| Hex | DB | EB | 6A | 7 | 0 | 37 | 8 | 43 | 4C | 43 |
| Octal | 333 | 353 | 152 | 7 | 0 | 67 | 10 | 103 | 114 | 103 |
| Binary | 11011011 | 11101011 | 1101010 | 111 | 0 | 110111 | 1000 | 1000011 | 1001100 | 1000011 |
Color Harmonies of #DBEB6A
Complementary color
Monochromatic Colors of #DBEB6A
Black with #DBEB6A
Text Example
Text Example
White with #DBEB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB6A; }
p { color: rgb(219,235,106); }
H1.HeaderClassName
{
color: #DBEB6A;
}
.AnyTagClassName
{
color: #DBEB6A;
}
</style>
background-color css
<style>
a { background-color: #DBEB6A; }
a { background-color: rgb(219,235,106); }
div.DivClassName
{
background-color: #DBEB6A;
}
.BgClassName
{
background-color: #DBEB6A;
}
</style>
border-color css
<style>
span { border-color: #DBEB6A; }
span { border-color: rgb(219,235,106); }
td.TdClassName
{
border-color: #DBEB6A;
}
.TagClassName
{
border-color: #DBEB6A;
}
</style>