Shades of Pear #D3DF20
Tints of Pear #D3DF20
RGB
CMYK
RGB Variations
Color information
#D3DF20 (or 0xD3DF20) is known color: Pear. HEX triplet: D3, DF and 20. RGB value is (211,223,32). Sum of RGB (Red+Green+Blue) = 211+223+32=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DF20 is #2C20DF. Grayscale: #C6C6C6. Windows color (decimal): -2892000 or 2154451. OLE color: 2154451.
HSL color Cylindrical-coordinate representation of color #D3DF20: hue angle of 63.77º 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 #D3DF20 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 32 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.13 |
| HSL | 63.77º | 0.75% | 0.5% | - |
| HSV(B) | 63.77º | 0.86% | 0.87% | - |
| XYZ | 53.51 | 66.73 | 11.43 | - |
| YUV | 197.64 | 34.52 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 32 | 0.05 | 0 | 0.86 | 0.13 | 63.77 | 0.75 | 0.5 |
| Hex | D3 | DF | 20 | 5 | 0 | 56 | D | 40 | 4B | 32 |
| Octal | 323 | 337 | 40 | 5 | 0 | 126 | 15 | 100 | 113 | 62 |
| Binary | 11010011 | 11011111 | 100000 | 101 | 0 | 1010110 | 1101 | 1000000 | 1001011 | 110010 |
Color Harmonies of #D3DF20
Complementary color
Monochromatic Colors of #D3DF20
Black with #D3DF20
Text Example
Text Example
White with #D3DF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DF20; }
p { color: rgb(211,223,32); }
H1.HeaderClassName
{
color: #D3DF20;
}
.AnyTagClassName
{
color: #D3DF20;
}
</style>
background-color css
<style>
a { background-color: #D3DF20; }
a { background-color: rgb(211,223,32); }
div.DivClassName
{
background-color: #D3DF20;
}
.BgClassName
{
background-color: #D3DF20;
}
</style>
border-color css
<style>
span { border-color: #D3DF20; }
span { border-color: rgb(211,223,32); }
td.TdClassName
{
border-color: #D3DF20;
}
.TagClassName
{
border-color: #D3DF20;
}
</style>