Shades of Pear #D6DF19
Tints of Pear #D6DF19
RGB
CMYK
RGB Variations
Color information
#D6DF19 (or 0xD6DF19) is known color: Pear. HEX triplet: D6, DF and 19. RGB value is (214,223,25). Sum of RGB (Red+Green+Blue) = 214+223+25=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 25 (10.16% from 255 or 5.41% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6DF19 is #2920E6. Grayscale: #C6C6C6. Windows color (decimal): -2695399 or 1695702. OLE color: 1695702.
HSL color Cylindrical-coordinate representation of color #D6DF19: hue angle of 62.73º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6DF19 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 25 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.13 |
| HSL | 62.73º | 0.8% | 0.49% | - |
| HSV(B) | 62.73º | 0.89% | 0.87% | - |
| XYZ | 54.29 | 67.14 | 11.02 | - |
| YUV | 197.74 | 30.52 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 25 | 0.04 | 0 | 0.89 | 0.13 | 62.73 | 0.8 | 0.49 |
| Hex | D6 | DF | 19 | 4 | 0 | 59 | D | 3F | 50 | 31 |
| Octal | 326 | 337 | 31 | 4 | 0 | 131 | 15 | 77 | 120 | 61 |
| Binary | 11010110 | 11011111 | 11001 | 100 | 0 | 1011001 | 1101 | 111111 | 1010000 | 110001 |
Color Harmonies of #D6DF19
Complementary color
Monochromatic Colors of #D6DF19
Black with #D6DF19
Text Example
Text Example
White with #D6DF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DF19; }
p { color: rgb(214,223,25); }
H1.HeaderClassName
{
color: #D6DF19;
}
.AnyTagClassName
{
color: #D6DF19;
}
</style>
background-color css
<style>
a { background-color: #D6DF19; }
a { background-color: rgb(214,223,25); }
div.DivClassName
{
background-color: #D6DF19;
}
.BgClassName
{
background-color: #D6DF19;
}
</style>
border-color css
<style>
span { border-color: #D6DF19; }
span { border-color: rgb(214,223,25); }
td.TdClassName
{
border-color: #D6DF19;
}
.TagClassName
{
border-color: #D6DF19;
}
</style>