Shades of Pear #D6E016
Tints of Pear #D6E016
RGB
CMYK
RGB Variations
Color information
#D6E016 (or 0xD6E016) is known color: Pear. HEX triplet: D6, E0 and 16. RGB value is (214,224,22). Sum of RGB (Red+Green+Blue) = 214+224+22=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6E016 is #291FE9. Grayscale: #C6C6C6. Windows color (decimal): -2695146 or 1499350. OLE color: 1499350.
HSL color Cylindrical-coordinate representation of color #D6E016: hue angle of 62.97º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6E016 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 22 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.12 |
| HSL | 62.97º | 0.82% | 0.48% | - |
| HSV(B) | 62.97º | 0.9% | 0.88% | - |
| XYZ | 54.53 | 67.67 | 10.95 | - |
| YUV | 197.98 | 28.69 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 22 | 0.04 | 0 | 0.90 | 0.12 | 62.97 | 0.82 | 0.48 |
| Hex | D6 | E0 | 16 | 4 | 0 | 5A | C | 3F | 52 | 30 |
| Octal | 326 | 340 | 26 | 4 | 0 | 132 | 14 | 77 | 122 | 60 |
| Binary | 11010110 | 11100000 | 10110 | 100 | 0 | 1011010 | 1100 | 111111 | 1010010 | 110000 |
Color Harmonies of #D6E016
Complementary color
Monochromatic Colors of #D6E016
Black with #D6E016
Text Example
Text Example
White with #D6E016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E016; }
p { color: rgb(214,224,22); }
H1.HeaderClassName
{
color: #D6E016;
}
.AnyTagClassName
{
color: #D6E016;
}
</style>
background-color css
<style>
a { background-color: #D6E016; }
a { background-color: rgb(214,224,22); }
div.DivClassName
{
background-color: #D6E016;
}
.BgClassName
{
background-color: #D6E016;
}
</style>
border-color css
<style>
span { border-color: #D6E016; }
span { border-color: rgb(214,224,22); }
td.TdClassName
{
border-color: #D6E016;
}
.TagClassName
{
border-color: #D6E016;
}
</style>