Shades of Mindaro #DBEA5C
Tints of Mindaro #DBEA5C
RGB
CMYK
RGB Variations
Color information
#DBEA5C (or 0xDBEA5C) is known color: Mindaro. HEX triplet: DB, EA and 5C. RGB value is (219,234,92). Sum of RGB (Red+Green+Blue) = 219+234+92=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 92 (36.33% from 255 or 16.88% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA5C is #2415A3. Grayscale: #D5D5D5. Windows color (decimal): -2364836 or 6089435. OLE color: 6089435.
HSL color Cylindrical-coordinate representation of color #DBEA5C: hue angle of 66.34º degrees, saturation: 0.77, 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 #DBEA5C is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 92 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.08 |
| HSL | 66.34º | 0.77% | 0.64% | - |
| HSV(B) | 66.34º | 0.61% | 0.92% | - |
| XYZ | 60.57 | 74.68 | 21.35 | - |
| YUV | 213.33 | 59.53 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 92 | 0.06 | 0 | 0.61 | 0.08 | 66.34 | 0.77 | 0.64 |
| Hex | DB | EA | 5C | 6 | 0 | 3D | 8 | 42 | 4D | 40 |
| Octal | 333 | 352 | 134 | 6 | 0 | 75 | 10 | 102 | 115 | 100 |
| Binary | 11011011 | 11101010 | 1011100 | 110 | 0 | 111101 | 1000 | 1000010 | 1001101 | 1000000 |
Color Harmonies of #DBEA5C
Complementary color
Monochromatic Colors of #DBEA5C
Black with #DBEA5C
Text Example
Text Example
White with #DBEA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA5C; }
p { color: rgb(219,234,92); }
H1.HeaderClassName
{
color: #DBEA5C;
}
.AnyTagClassName
{
color: #DBEA5C;
}
</style>
background-color css
<style>
a { background-color: #DBEA5C; }
a { background-color: rgb(219,234,92); }
div.DivClassName
{
background-color: #DBEA5C;
}
.BgClassName
{
background-color: #DBEA5C;
}
</style>
border-color css
<style>
span { border-color: #DBEA5C; }
span { border-color: rgb(219,234,92); }
td.TdClassName
{
border-color: #DBEA5C;
}
.TagClassName
{
border-color: #DBEA5C;
}
</style>