Shades of Pear #D4DD19
Tints of Pear #D4DD19
RGB
CMYK
RGB Variations
Color information
#D4DD19 (or 0xD4DD19) is known color: Pear. HEX triplet: D4, DD and 19. RGB value is (212,221,25). Sum of RGB (Red+Green+Blue) = 212+221+25=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 25 (10.16% from 255 or 5.46% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4DD19 is #2B22E6. Grayscale: #C4C4C4. Windows color (decimal): -2826983 or 1695188. OLE color: 1695188.
HSL color Cylindrical-coordinate representation of color #D4DD19: hue angle of 62.76º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4DD19 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 25 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.13 |
| HSL | 62.76º | 0.8% | 0.48% | - |
| HSV(B) | 62.76º | 0.89% | 0.87% | - |
| XYZ | 53.18 | 65.78 | 10.81 | - |
| YUV | 195.97 | 31.52 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 25 | 0.04 | 0 | 0.89 | 0.13 | 62.76 | 0.8 | 0.48 |
| Hex | D4 | DD | 19 | 4 | 0 | 59 | D | 3F | 50 | 30 |
| Octal | 324 | 335 | 31 | 4 | 0 | 131 | 15 | 77 | 120 | 60 |
| Binary | 11010100 | 11011101 | 11001 | 100 | 0 | 1011001 | 1101 | 111111 | 1010000 | 110000 |
Color Harmonies of #D4DD19
Complementary color
Monochromatic Colors of #D4DD19
Black with #D4DD19
Text Example
Text Example
White with #D4DD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD19; }
p { color: rgb(212,221,25); }
H1.HeaderClassName
{
color: #D4DD19;
}
.AnyTagClassName
{
color: #D4DD19;
}
</style>
background-color css
<style>
a { background-color: #D4DD19; }
a { background-color: rgb(212,221,25); }
div.DivClassName
{
background-color: #D4DD19;
}
.BgClassName
{
background-color: #D4DD19;
}
</style>
border-color css
<style>
span { border-color: #D4DD19; }
span { border-color: rgb(212,221,25); }
td.TdClassName
{
border-color: #D4DD19;
}
.TagClassName
{
border-color: #D4DD19;
}
</style>