Shades of Pear #D7E932
Tints of Pear #D7E932
RGB
CMYK
RGB Variations
Color information
#D7E932 (or 0xD7E932) is known color: Pear. HEX triplet: D7, E9 and 32. RGB value is (215,233,50). Sum of RGB (Red+Green+Blue) = 215+233+50=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 50 (19.92% from 255 or 10.04% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7E932 is #2816CD. Grayscale: #CFCFCF. Windows color (decimal): -2627278 or 3336663. OLE color: 3336663.
HSL color Cylindrical-coordinate representation of color #D7E932: hue angle of 65.9º 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 #D7E932 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 233 | 50 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.09 |
| HSL | 65.9º | 0.81% | 0.55% | - |
| HSV(B) | 65.9º | 0.79% | 0.91% | - |
| XYZ | 57.74 | 72.96 | 14.06 | - |
| YUV | 206.76 | 39.54 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 233 | 50 | 0.08 | 0 | 0.79 | 0.09 | 65.9 | 0.81 | 0.55 |
| Hex | D7 | E9 | 32 | 8 | 0 | 4F | 9 | 42 | 51 | 37 |
| Octal | 327 | 351 | 62 | 10 | 0 | 117 | 11 | 102 | 121 | 67 |
| Binary | 11010111 | 11101001 | 110010 | 1000 | 0 | 1001111 | 1001 | 1000010 | 1010001 | 110111 |
Color Harmonies of #D7E932
Complementary color
Monochromatic Colors of #D7E932
Black with #D7E932
Text Example
Text Example
White with #D7E932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E932; }
p { color: rgb(215,233,50); }
H1.HeaderClassName
{
color: #D7E932;
}
.AnyTagClassName
{
color: #D7E932;
}
</style>
background-color css
<style>
a { background-color: #D7E932; }
a { background-color: rgb(215,233,50); }
div.DivClassName
{
background-color: #D7E932;
}
.BgClassName
{
background-color: #D7E932;
}
</style>
border-color css
<style>
span { border-color: #D7E932; }
span { border-color: rgb(215,233,50); }
td.TdClassName
{
border-color: #D7E932;
}
.TagClassName
{
border-color: #D7E932;
}
</style>