Shades of Pear #D3DF1E
Tints of Pear #D3DF1E
RGB
CMYK
RGB Variations
Color information
#D3DF1E (or 0xD3DF1E) is known color: Pear. HEX triplet: D3, DF and 1E. RGB value is (211,223,30). Sum of RGB (Red+Green+Blue) = 211+223+30=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 30 (12.11% from 255 or 6.47% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DF1E is #2C20E1. Grayscale: #C6C6C6. Windows color (decimal): -2892002 or 2023379. OLE color: 2023379.
HSL color Cylindrical-coordinate representation of color #D3DF1E: hue angle of 63.73º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3DF1E is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 30 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.13 |
| HSL | 63.73º | 0.76% | 0.5% | - |
| HSV(B) | 63.73º | 0.87% | 0.87% | - |
| XYZ | 53.49 | 66.72 | 11.29 | - |
| YUV | 197.41 | 33.52 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 30 | 0.05 | 0 | 0.87 | 0.13 | 63.73 | 0.76 | 0.5 |
| Hex | D3 | DF | 1E | 5 | 0 | 57 | D | 40 | 4C | 32 |
| Octal | 323 | 337 | 36 | 5 | 0 | 127 | 15 | 100 | 114 | 62 |
| Binary | 11010011 | 11011111 | 11110 | 101 | 0 | 1010111 | 1101 | 1000000 | 1001100 | 110010 |
Color Harmonies of #D3DF1E
Complementary color
Monochromatic Colors of #D3DF1E
Black with #D3DF1E
Text Example
Text Example
White with #D3DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DF1E; }
p { color: rgb(211,223,30); }
H1.HeaderClassName
{
color: #D3DF1E;
}
.AnyTagClassName
{
color: #D3DF1E;
}
</style>
background-color css
<style>
a { background-color: #D3DF1E; }
a { background-color: rgb(211,223,30); }
div.DivClassName
{
background-color: #D3DF1E;
}
.BgClassName
{
background-color: #D3DF1E;
}
</style>
border-color css
<style>
span { border-color: #D3DF1E; }
span { border-color: rgb(211,223,30); }
td.TdClassName
{
border-color: #D3DF1E;
}
.TagClassName
{
border-color: #D3DF1E;
}
</style>