Shades of Pear #D6E31C
Tints of Pear #D6E31C
RGB
CMYK
RGB Variations
Color information
#D6E31C (or 0xD6E31C) is known color: Pear. HEX triplet: D6, E3 and 1C. RGB value is (214,227,28). Sum of RGB (Red+Green+Blue) = 214+227+28=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E31C is #291CE3. Grayscale: #C9C9C9. Windows color (decimal): -2694372 or 1893334. OLE color: 1893334.
HSL color Cylindrical-coordinate representation of color #D6E31C: hue angle of 63.92º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6E31C is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 227 | 28 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.11 |
| HSL | 63.92º | 0.78% | 0.5% | - |
| HSV(B) | 63.92º | 0.88% | 0.89% | - |
| XYZ | 55.41 | 69.32 | 11.56 | - |
| YUV | 200.43 | 30.69 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 227 | 28 | 0.06 | 0 | 0.88 | 0.11 | 63.92 | 0.78 | 0.5 |
| Hex | D6 | E3 | 1C | 6 | 0 | 58 | B | 40 | 4E | 32 |
| Octal | 326 | 343 | 34 | 6 | 0 | 130 | 13 | 100 | 116 | 62 |
| Binary | 11010110 | 11100011 | 11100 | 110 | 0 | 1011000 | 1011 | 1000000 | 1001110 | 110010 |
Color Harmonies of #D6E31C
Complementary color
Monochromatic Colors of #D6E31C
Black with #D6E31C
Text Example
Text Example
White with #D6E31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E31C; }
p { color: rgb(214,227,28); }
H1.HeaderClassName
{
color: #D6E31C;
}
.AnyTagClassName
{
color: #D6E31C;
}
</style>
background-color css
<style>
a { background-color: #D6E31C; }
a { background-color: rgb(214,227,28); }
div.DivClassName
{
background-color: #D6E31C;
}
.BgClassName
{
background-color: #D6E31C;
}
</style>
border-color css
<style>
span { border-color: #D6E31C; }
span { border-color: rgb(214,227,28); }
td.TdClassName
{
border-color: #D6E31C;
}
.TagClassName
{
border-color: #D6E31C;
}
</style>