Shades of Pear #D8DF1E
Tints of Pear #D8DF1E
RGB
CMYK
RGB Variations
Color information
#D8DF1E (or 0xD8DF1E) is known color: Pear. HEX triplet: D8, DF and 1E. RGB value is (216,223,30). Sum of RGB (Red+Green+Blue) = 216+223+30=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 30 (12.11% from 255 or 6.40% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DF1E is #2720E1. Grayscale: #C7C7C7. Windows color (decimal): -2564322 or 2023384. OLE color: 2023384.
HSL color Cylindrical-coordinate representation of color #D8DF1E: hue angle of 62.18º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8DF1E is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 223 | 30 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.13 |
| HSL | 62.18º | 0.76% | 0.5% | - |
| HSV(B) | 62.18º | 0.87% | 0.87% | - |
| XYZ | 54.94 | 67.47 | 11.36 | - |
| YUV | 198.91 | 32.68 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 30 | 0.03 | 0 | 0.87 | 0.13 | 62.18 | 0.76 | 0.5 |
| Hex | D8 | DF | 1E | 3 | 0 | 57 | D | 3E | 4C | 32 |
| Octal | 330 | 337 | 36 | 3 | 0 | 127 | 15 | 76 | 114 | 62 |
| Binary | 11011000 | 11011111 | 11110 | 11 | 0 | 1010111 | 1101 | 111110 | 1001100 | 110010 |
Color Harmonies of #D8DF1E
Complementary color
Monochromatic Colors of #D8DF1E
Black with #D8DF1E
Text Example
Text Example
White with #D8DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DF1E; }
p { color: rgb(216,223,30); }
H1.HeaderClassName
{
color: #D8DF1E;
}
.AnyTagClassName
{
color: #D8DF1E;
}
</style>
background-color css
<style>
a { background-color: #D8DF1E; }
a { background-color: rgb(216,223,30); }
div.DivClassName
{
background-color: #D8DF1E;
}
.BgClassName
{
background-color: #D8DF1E;
}
</style>
border-color css
<style>
span { border-color: #D8DF1E; }
span { border-color: rgb(216,223,30); }
td.TdClassName
{
border-color: #D8DF1E;
}
.TagClassName
{
border-color: #D8DF1E;
}
</style>