Shades of Pear #D1DF14
Tints of Pear #D1DF14
RGB
CMYK
RGB Variations
Color information
#D1DF14 (or 0xD1DF14) is known color: Pear. HEX triplet: D1, DF and 14. RGB value is (209,223,20). Sum of RGB (Red+Green+Blue) = 209+223+20=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1DF14 is #2E20EB. Grayscale: #C4C4C4. Windows color (decimal): -3023084 or 1368017. OLE color: 1368017.
HSL color Cylindrical-coordinate representation of color #D1DF14: hue angle of 64.14º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1DF14 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 223 | 20 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.13 |
| HSL | 64.14º | 0.84% | 0.48% | - |
| HSV(B) | 64.14º | 0.91% | 0.87% | - |
| XYZ | 52.81 | 66.38 | 10.69 | - |
| YUV | 195.67 | 28.86 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 20 | 0.06 | 0 | 0.91 | 0.13 | 64.14 | 0.84 | 0.48 |
| Hex | D1 | DF | 14 | 6 | 0 | 5B | D | 40 | 54 | 30 |
| Octal | 321 | 337 | 24 | 6 | 0 | 133 | 15 | 100 | 124 | 60 |
| Binary | 11010001 | 11011111 | 10100 | 110 | 0 | 1011011 | 1101 | 1000000 | 1010100 | 110000 |
Color Harmonies of #D1DF14
Complementary color
Monochromatic Colors of #D1DF14
Black with #D1DF14
Text Example
Text Example
White with #D1DF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DF14; }
p { color: rgb(209,223,20); }
H1.HeaderClassName
{
color: #D1DF14;
}
.AnyTagClassName
{
color: #D1DF14;
}
</style>
background-color css
<style>
a { background-color: #D1DF14; }
a { background-color: rgb(209,223,20); }
div.DivClassName
{
background-color: #D1DF14;
}
.BgClassName
{
background-color: #D1DF14;
}
</style>
border-color css
<style>
span { border-color: #D1DF14; }
span { border-color: rgb(209,223,20); }
td.TdClassName
{
border-color: #D1DF14;
}
.TagClassName
{
border-color: #D1DF14;
}
</style>