Shades of Pear #D3DF1F
Tints of Pear #D3DF1F
RGB
CMYK
RGB Variations
Color information
#D3DF1F (or 0xD3DF1F) is known color: Pear. HEX triplet: D3, DF and 1F. RGB value is (211,223,31). Sum of RGB (Red+Green+Blue) = 211+223+31=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 31 (12.5% from 255 or 6.67% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DF1F is #2C20E0. Grayscale: #C6C6C6. Windows color (decimal): -2892001 or 2088915. OLE color: 2088915.
HSL color Cylindrical-coordinate representation of color #D3DF1F: hue angle of 63.75º degrees, saturation: 0.76, 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 #D3DF1F is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 31 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.13 |
| HSL | 63.75º | 0.76% | 0.5% | - |
| HSV(B) | 63.75º | 0.86% | 0.87% | - |
| XYZ | 53.5 | 66.72 | 11.36 | - |
| YUV | 197.52 | 34.02 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 31 | 0.05 | 0 | 0.86 | 0.13 | 63.75 | 0.76 | 0.5 |
| Hex | D3 | DF | 1F | 5 | 0 | 56 | D | 40 | 4C | 32 |
| Octal | 323 | 337 | 37 | 5 | 0 | 126 | 15 | 100 | 114 | 62 |
| Binary | 11010011 | 11011111 | 11111 | 101 | 0 | 1010110 | 1101 | 1000000 | 1001100 | 110010 |
Color Harmonies of #D3DF1F
Complementary color
Monochromatic Colors of #D3DF1F
Black with #D3DF1F
Text Example
Text Example
White with #D3DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DF1F; }
p { color: rgb(211,223,31); }
H1.HeaderClassName
{
color: #D3DF1F;
}
.AnyTagClassName
{
color: #D3DF1F;
}
</style>
background-color css
<style>
a { background-color: #D3DF1F; }
a { background-color: rgb(211,223,31); }
div.DivClassName
{
background-color: #D3DF1F;
}
.BgClassName
{
background-color: #D3DF1F;
}
</style>
border-color css
<style>
span { border-color: #D3DF1F; }
span { border-color: rgb(211,223,31); }
td.TdClassName
{
border-color: #D3DF1F;
}
.TagClassName
{
border-color: #D3DF1F;
}
</style>