Shades of Mindaro #DBEC67
Tints of Mindaro #DBEC67
RGB
CMYK
RGB Variations
Color information
#DBEC67 (or 0xDBEC67) is known color: Mindaro. HEX triplet: DB, EC and 67. RGB value is (219,236,103). Sum of RGB (Red+Green+Blue) = 219+236+103=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 103 (40.62% from 255 or 18.46% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC67 is #241398. Grayscale: #D8D8D8. Windows color (decimal): -2364313 or 6810843. OLE color: 6810843.
HSL color Cylindrical-coordinate representation of color #DBEC67: hue angle of 67.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBEC67 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 103 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.07 |
| HSL | 67.67º | 0.78% | 0.66% | - |
| HSV(B) | 67.67º | 0.56% | 0.93% | - |
| XYZ | 61.66 | 76.03 | 24.26 | - |
| YUV | 215.76 | 64.37 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 103 | 0.07 | 0 | 0.56 | 0.07 | 67.67 | 0.78 | 0.66 |
| Hex | DB | EC | 67 | 7 | 0 | 38 | 7 | 44 | 4E | 42 |
| Octal | 333 | 354 | 147 | 7 | 0 | 70 | 7 | 104 | 116 | 102 |
| Binary | 11011011 | 11101100 | 1100111 | 111 | 0 | 111000 | 111 | 1000100 | 1001110 | 1000010 |
Color Harmonies of #DBEC67
Complementary color
Monochromatic Colors of #DBEC67
Black with #DBEC67
Text Example
Text Example
White with #DBEC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC67; }
p { color: rgb(219,236,103); }
H1.HeaderClassName
{
color: #DBEC67;
}
.AnyTagClassName
{
color: #DBEC67;
}
</style>
background-color css
<style>
a { background-color: #DBEC67; }
a { background-color: rgb(219,236,103); }
div.DivClassName
{
background-color: #DBEC67;
}
.BgClassName
{
background-color: #DBEC67;
}
</style>
border-color css
<style>
span { border-color: #DBEC67; }
span { border-color: rgb(219,236,103); }
td.TdClassName
{
border-color: #DBEC67;
}
.TagClassName
{
border-color: #DBEC67;
}
</style>