Shades of Pear #D3DD1B
Tints of Pear #D3DD1B
RGB
CMYK
RGB Variations
Color information
#D3DD1B (or 0xD3DD1B) is known color: Pear. HEX triplet: D3, DD and 1B. RGB value is (211,221,27). Sum of RGB (Red+Green+Blue) = 211+221+27=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 27 (10.94% from 255 or 5.88% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DD1B is #2C22E4. Grayscale: #C4C4C4. Windows color (decimal): -2892517 or 1826259. OLE color: 1826259.
HSL color Cylindrical-coordinate representation of color #D3DD1B: hue angle of 63.09º 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 #D3DD1B is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 27 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.13 |
| HSL | 63.09º | 0.78% | 0.49% | - |
| HSV(B) | 63.09º | 0.88% | 0.87% | - |
| XYZ | 52.92 | 65.64 | 10.92 | - |
| YUV | 195.89 | 32.69 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 27 | 0.05 | 0 | 0.88 | 0.13 | 63.09 | 0.78 | 0.49 |
| Hex | D3 | DD | 1B | 5 | 0 | 58 | D | 3F | 4E | 31 |
| Octal | 323 | 335 | 33 | 5 | 0 | 130 | 15 | 77 | 116 | 61 |
| Binary | 11010011 | 11011101 | 11011 | 101 | 0 | 1011000 | 1101 | 111111 | 1001110 | 110001 |
Color Harmonies of #D3DD1B
Complementary color
Monochromatic Colors of #D3DD1B
Black with #D3DD1B
Text Example
Text Example
White with #D3DD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DD1B; }
p { color: rgb(211,221,27); }
H1.HeaderClassName
{
color: #D3DD1B;
}
.AnyTagClassName
{
color: #D3DD1B;
}
</style>
background-color css
<style>
a { background-color: #D3DD1B; }
a { background-color: rgb(211,221,27); }
div.DivClassName
{
background-color: #D3DD1B;
}
.BgClassName
{
background-color: #D3DD1B;
}
</style>
border-color css
<style>
span { border-color: #D3DD1B; }
span { border-color: rgb(211,221,27); }
td.TdClassName
{
border-color: #D3DD1B;
}
.TagClassName
{
border-color: #D3DD1B;
}
</style>