Shades of Pear #D8DF17
Tints of Pear #D8DF17
RGB
CMYK
RGB Variations
Color information
#D8DF17 (or 0xD8DF17) is known color: Pear. HEX triplet: D8, DF and 17. RGB value is (216,223,23). Sum of RGB (Red+Green+Blue) = 216+223+23=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 23 (9.38% from 255 or 4.98% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DF17 is #2720E8. Grayscale: #C6C6C6. Windows color (decimal): -2564329 or 1564632. OLE color: 1564632.
HSL color Cylindrical-coordinate representation of color #D8DF17: hue angle of 62.1º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8DF17 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 223 | 23 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.13 |
| HSL | 62.1º | 0.81% | 0.48% | - |
| HSV(B) | 62.1º | 0.9% | 0.87% | - |
| XYZ | 54.86 | 67.44 | 10.94 | - |
| YUV | 198.11 | 29.18 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 23 | 0.03 | 0 | 0.90 | 0.13 | 62.1 | 0.81 | 0.48 |
| Hex | D8 | DF | 17 | 3 | 0 | 5A | D | 3E | 51 | 30 |
| Octal | 330 | 337 | 27 | 3 | 0 | 132 | 15 | 76 | 121 | 60 |
| Binary | 11011000 | 11011111 | 10111 | 11 | 0 | 1011010 | 1101 | 111110 | 1010001 | 110000 |
Color Harmonies of #D8DF17
Complementary color
Monochromatic Colors of #D8DF17
Black with #D8DF17
Text Example
Text Example
White with #D8DF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DF17; }
p { color: rgb(216,223,23); }
H1.HeaderClassName
{
color: #D8DF17;
}
.AnyTagClassName
{
color: #D8DF17;
}
</style>
background-color css
<style>
a { background-color: #D8DF17; }
a { background-color: rgb(216,223,23); }
div.DivClassName
{
background-color: #D8DF17;
}
.BgClassName
{
background-color: #D8DF17;
}
</style>
border-color css
<style>
span { border-color: #D8DF17; }
span { border-color: rgb(216,223,23); }
td.TdClassName
{
border-color: #D8DF17;
}
.TagClassName
{
border-color: #D8DF17;
}
</style>