Shades of Pear #D6E932
Tints of Pear #D6E932
RGB
CMYK
RGB Variations
Color information
#D6E932 (or 0xD6E932) is known color: Pear. HEX triplet: D6, E9 and 32. RGB value is (214,233,50). Sum of RGB (Red+Green+Blue) = 214+233+50=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 50 (19.92% from 255 or 10.06% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E932 is #2916CD. Grayscale: #CFCFCF. Windows color (decimal): -2692814 or 3336662. OLE color: 3336662.
HSL color Cylindrical-coordinate representation of color #D6E932: hue angle of 66.23º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6E932 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 233 | 50 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.09 |
| HSL | 66.23º | 0.81% | 0.55% | - |
| HSV(B) | 66.23º | 0.79% | 0.91% | - |
| XYZ | 57.45 | 72.8 | 14.04 | - |
| YUV | 206.46 | 39.71 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 233 | 50 | 0.08 | 0 | 0.79 | 0.09 | 66.23 | 0.81 | 0.55 |
| Hex | D6 | E9 | 32 | 8 | 0 | 4F | 9 | 42 | 51 | 37 |
| Octal | 326 | 351 | 62 | 10 | 0 | 117 | 11 | 102 | 121 | 67 |
| Binary | 11010110 | 11101001 | 110010 | 1000 | 0 | 1001111 | 1001 | 1000010 | 1010001 | 110111 |
Color Harmonies of #D6E932
Complementary color
Monochromatic Colors of #D6E932
Black with #D6E932
Text Example
Text Example
White with #D6E932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E932; }
p { color: rgb(214,233,50); }
H1.HeaderClassName
{
color: #D6E932;
}
.AnyTagClassName
{
color: #D6E932;
}
</style>
background-color css
<style>
a { background-color: #D6E932; }
a { background-color: rgb(214,233,50); }
div.DivClassName
{
background-color: #D6E932;
}
.BgClassName
{
background-color: #D6E932;
}
</style>
border-color css
<style>
span { border-color: #D6E932; }
span { border-color: rgb(214,233,50); }
td.TdClassName
{
border-color: #D6E932;
}
.TagClassName
{
border-color: #D6E932;
}
</style>