Shades of Pear #D8DF1D
Tints of Pear #D8DF1D
RGB
CMYK
RGB Variations
Color information
#D8DF1D (or 0xD8DF1D) is known color: Pear. HEX triplet: D8, DF and 1D. RGB value is (216,223,29). Sum of RGB (Red+Green+Blue) = 216+223+29=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 29 (11.72% from 255 or 6.20% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DF1D is #2720E2. Grayscale: #C7C7C7. Windows color (decimal): -2564323 or 1957848. OLE color: 1957848.
HSL color Cylindrical-coordinate representation of color #D8DF1D: hue angle of 62.16º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8DF1D is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 223 | 29 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.13 |
| HSL | 62.16º | 0.77% | 0.49% | - |
| HSV(B) | 62.16º | 0.87% | 0.87% | - |
| XYZ | 54.93 | 67.46 | 11.29 | - |
| YUV | 198.79 | 32.18 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 29 | 0.03 | 0 | 0.87 | 0.13 | 62.16 | 0.77 | 0.49 |
| Hex | D8 | DF | 1D | 3 | 0 | 57 | D | 3E | 4D | 31 |
| Octal | 330 | 337 | 35 | 3 | 0 | 127 | 15 | 76 | 115 | 61 |
| Binary | 11011000 | 11011111 | 11101 | 11 | 0 | 1010111 | 1101 | 111110 | 1001101 | 110001 |
Color Harmonies of #D8DF1D
Complementary color
Monochromatic Colors of #D8DF1D
Black with #D8DF1D
Text Example
Text Example
White with #D8DF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DF1D; }
p { color: rgb(216,223,29); }
H1.HeaderClassName
{
color: #D8DF1D;
}
.AnyTagClassName
{
color: #D8DF1D;
}
</style>
background-color css
<style>
a { background-color: #D8DF1D; }
a { background-color: rgb(216,223,29); }
div.DivClassName
{
background-color: #D8DF1D;
}
.BgClassName
{
background-color: #D8DF1D;
}
</style>
border-color css
<style>
span { border-color: #D8DF1D; }
span { border-color: rgb(216,223,29); }
td.TdClassName
{
border-color: #D8DF1D;
}
.TagClassName
{
border-color: #D8DF1D;
}
</style>