Shades of Pear #D3DF2F
Tints of Pear #D3DF2F
RGB
CMYK
RGB Variations
Color information
#D3DF2F (or 0xD3DF2F) is known color: Pear. HEX triplet: D3, DF and 2F. RGB value is (211,223,47). Sum of RGB (Red+Green+Blue) = 211+223+47=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 47 (18.75% from 255 or 9.77% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DF2F is #2C20D0. Grayscale: #C8C8C8. Windows color (decimal): -2891985 or 3137491. OLE color: 3137491.
HSL color Cylindrical-coordinate representation of color #D3DF2F: hue angle of 64.09º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3DF2F is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 47 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.13 |
| HSL | 64.09º | 0.73% | 0.53% | - |
| HSV(B) | 64.09º | 0.79% | 0.87% | - |
| XYZ | 53.76 | 66.83 | 12.76 | - |
| YUV | 199.35 | 42.02 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 47 | 0.05 | 0 | 0.79 | 0.13 | 64.09 | 0.73 | 0.53 |
| Hex | D3 | DF | 2F | 5 | 0 | 4F | D | 40 | 49 | 35 |
| Octal | 323 | 337 | 57 | 5 | 0 | 117 | 15 | 100 | 111 | 65 |
| Binary | 11010011 | 11011111 | 101111 | 101 | 0 | 1001111 | 1101 | 1000000 | 1001001 | 110101 |
Color Harmonies of #D3DF2F
Complementary color
Monochromatic Colors of #D3DF2F
Black with #D3DF2F
Text Example
Text Example
White with #D3DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DF2F; }
p { color: rgb(211,223,47); }
H1.HeaderClassName
{
color: #D3DF2F;
}
.AnyTagClassName
{
color: #D3DF2F;
}
</style>
background-color css
<style>
a { background-color: #D3DF2F; }
a { background-color: rgb(211,223,47); }
div.DivClassName
{
background-color: #D3DF2F;
}
.BgClassName
{
background-color: #D3DF2F;
}
</style>
border-color css
<style>
span { border-color: #D3DF2F; }
span { border-color: rgb(211,223,47); }
td.TdClassName
{
border-color: #D3DF2F;
}
.TagClassName
{
border-color: #D3DF2F;
}
</style>