Shades of Pear #D6DF20
Tints of Pear #D6DF20
RGB
CMYK
RGB Variations
Color information
#D6DF20 (or 0xD6DF20) is known color: Pear. HEX triplet: D6, DF and 20. RGB value is (214,223,32). Sum of RGB (Red+Green+Blue) = 214+223+32=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DF20 is #2920DF. Grayscale: #C7C7C7. Windows color (decimal): -2695392 or 2154454. OLE color: 2154454.
HSL color Cylindrical-coordinate representation of color #D6DF20: hue angle of 62.83º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6DF20 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 32 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.13 |
| HSL | 62.83º | 0.75% | 0.5% | - |
| HSV(B) | 62.83º | 0.86% | 0.87% | - |
| XYZ | 54.38 | 67.18 | 11.47 | - |
| YUV | 198.54 | 34.02 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 32 | 0.04 | 0 | 0.86 | 0.13 | 62.83 | 0.75 | 0.5 |
| Hex | D6 | DF | 20 | 4 | 0 | 56 | D | 3F | 4B | 32 |
| Octal | 326 | 337 | 40 | 4 | 0 | 126 | 15 | 77 | 113 | 62 |
| Binary | 11010110 | 11011111 | 100000 | 100 | 0 | 1010110 | 1101 | 111111 | 1001011 | 110010 |
Color Harmonies of #D6DF20
Complementary color
Monochromatic Colors of #D6DF20
Black with #D6DF20
Text Example
Text Example
White with #D6DF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DF20; }
p { color: rgb(214,223,32); }
H1.HeaderClassName
{
color: #D6DF20;
}
.AnyTagClassName
{
color: #D6DF20;
}
</style>
background-color css
<style>
a { background-color: #D6DF20; }
a { background-color: rgb(214,223,32); }
div.DivClassName
{
background-color: #D6DF20;
}
.BgClassName
{
background-color: #D6DF20;
}
</style>
border-color css
<style>
span { border-color: #D6DF20; }
span { border-color: rgb(214,223,32); }
td.TdClassName
{
border-color: #D6DF20;
}
.TagClassName
{
border-color: #D6DF20;
}
</style>