Shades of Pear #D8E926
Tints of Pear #D8E926
RGB
CMYK
RGB Variations
Color information
#D8E926 (or 0xD8E926) is known color: Pear. HEX triplet: D8, E9 and 26. RGB value is (216,233,38). Sum of RGB (Red+Green+Blue) = 216+233+38=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 38 (15.23% from 255 or 7.80% from 487); Max value from RGB is 233 - color contains mainly: green. Hex color #D8E926 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8E926 is #2716D9. Grayscale: #CECECE. Windows color (decimal): -2561754 or 2550232. OLE color: 2550232.
HSL color Cylindrical-coordinate representation of color #D8E926: hue angle of 65.23º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8E926 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 233 | 38 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.09 |
| HSL | 65.23º | 0.82% | 0.53% | - |
| HSV(B) | 65.23º | 0.84% | 0.91% | - |
| XYZ | 57.81 | 73.02 | 12.88 | - |
| YUV | 205.69 | 33.37 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 233 | 38 | 0.07 | 0 | 0.84 | 0.09 | 65.23 | 0.82 | 0.53 |
| Hex | D8 | E9 | 26 | 7 | 0 | 54 | 9 | 41 | 52 | 35 |
| Octal | 330 | 351 | 46 | 7 | 0 | 124 | 11 | 101 | 122 | 65 |
| Binary | 11011000 | 11101001 | 100110 | 111 | 0 | 1010100 | 1001 | 1000001 | 1010010 | 110101 |
Color Harmonies of #D8E926
Complementary color
Monochromatic Colors of #D8E926
Black with #D8E926
Text Example
Text Example
White with #D8E926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E926; }
p { color: rgb(216,233,38); }
H1.HeaderClassName
{
color: #D8E926;
}
.AnyTagClassName
{
color: #D8E926;
}
</style>
background-color css
<style>
a { background-color: #D8E926; }
a { background-color: rgb(216,233,38); }
div.DivClassName
{
background-color: #D8E926;
}
.BgClassName
{
background-color: #D8E926;
}
</style>
border-color css
<style>
span { border-color: #D8E926; }
span { border-color: rgb(216,233,38); }
td.TdClassName
{
border-color: #D8E926;
}
.TagClassName
{
border-color: #D8E926;
}
</style>