Shades of Pear #D3DF1B
Tints of Pear #D3DF1B
RGB
CMYK
RGB Variations
Color information
#D3DF1B (or 0xD3DF1B) is known color: Pear. HEX triplet: D3, DF and 1B. RGB value is (211,223,27). Sum of RGB (Red+Green+Blue) = 211+223+27=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 27 (10.94% from 255 or 5.86% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DF1B is #2C20E4. Grayscale: #C5C5C5. Windows color (decimal): -2892005 or 1826771. OLE color: 1826771.
HSL color Cylindrical-coordinate representation of color #D3DF1B: hue angle of 63.67º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3DF1B is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 27 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.13 |
| HSL | 63.67º | 0.78% | 0.49% | - |
| HSV(B) | 63.67º | 0.88% | 0.87% | - |
| XYZ | 53.45 | 66.7 | 11.09 | - |
| YUV | 197.07 | 32.02 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 27 | 0.05 | 0 | 0.88 | 0.13 | 63.67 | 0.78 | 0.49 |
| Hex | D3 | DF | 1B | 5 | 0 | 58 | D | 40 | 4E | 31 |
| Octal | 323 | 337 | 33 | 5 | 0 | 130 | 15 | 100 | 116 | 61 |
| Binary | 11010011 | 11011111 | 11011 | 101 | 0 | 1011000 | 1101 | 1000000 | 1001110 | 110001 |
Color Harmonies of #D3DF1B
Complementary color
Monochromatic Colors of #D3DF1B
Black with #D3DF1B
Text Example
Text Example
White with #D3DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DF1B; }
p { color: rgb(211,223,27); }
H1.HeaderClassName
{
color: #D3DF1B;
}
.AnyTagClassName
{
color: #D3DF1B;
}
</style>
background-color css
<style>
a { background-color: #D3DF1B; }
a { background-color: rgb(211,223,27); }
div.DivClassName
{
background-color: #D3DF1B;
}
.BgClassName
{
background-color: #D3DF1B;
}
</style>
border-color css
<style>
span { border-color: #D3DF1B; }
span { border-color: rgb(211,223,27); }
td.TdClassName
{
border-color: #D3DF1B;
}
.TagClassName
{
border-color: #D3DF1B;
}
</style>