Shades of Mindaro #DBEB5C
Tints of Mindaro #DBEB5C
RGB
CMYK
RGB Variations
Color information
#DBEB5C (or 0xDBEB5C) is known color: Mindaro. HEX triplet: DB, EB and 5C. RGB value is (219,235,92). Sum of RGB (Red+Green+Blue) = 219+235+92=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 92 (36.33% from 255 or 16.85% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB5C is #2414A3. Grayscale: #D6D6D6. Windows color (decimal): -2364580 or 6089691. OLE color: 6089691.
HSL color Cylindrical-coordinate representation of color #DBEB5C: hue angle of 66.71º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBEB5C is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 92 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.08 |
| HSL | 66.71º | 0.78% | 0.64% | - |
| HSV(B) | 66.71º | 0.61% | 0.92% | - |
| XYZ | 60.85 | 75.25 | 21.44 | - |
| YUV | 213.91 | 59.2 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 92 | 0.07 | 0 | 0.61 | 0.08 | 66.71 | 0.78 | 0.64 |
| Hex | DB | EB | 5C | 7 | 0 | 3D | 8 | 43 | 4E | 40 |
| Octal | 333 | 353 | 134 | 7 | 0 | 75 | 10 | 103 | 116 | 100 |
| Binary | 11011011 | 11101011 | 1011100 | 111 | 0 | 111101 | 1000 | 1000011 | 1001110 | 1000000 |
Color Harmonies of #DBEB5C
Complementary color
Monochromatic Colors of #DBEB5C
Black with #DBEB5C
Text Example
Text Example
White with #DBEB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB5C; }
p { color: rgb(219,235,92); }
H1.HeaderClassName
{
color: #DBEB5C;
}
.AnyTagClassName
{
color: #DBEB5C;
}
</style>
background-color css
<style>
a { background-color: #DBEB5C; }
a { background-color: rgb(219,235,92); }
div.DivClassName
{
background-color: #DBEB5C;
}
.BgClassName
{
background-color: #DBEB5C;
}
</style>
border-color css
<style>
span { border-color: #DBEB5C; }
span { border-color: rgb(219,235,92); }
td.TdClassName
{
border-color: #DBEB5C;
}
.TagClassName
{
border-color: #DBEB5C;
}
</style>