Shades of Pear #D1E01C
Tints of Pear #D1E01C
RGB
CMYK
RGB Variations
Color information
#D1E01C (or 0xD1E01C) is known color: Pear. HEX triplet: D1, E0 and 1C. RGB value is (209,224,28). Sum of RGB (Red+Green+Blue) = 209+224+28=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E01C is #2E1FE3. Grayscale: #C5C5C5. Windows color (decimal): -3022820 or 1892561. OLE color: 1892561.
HSL color Cylindrical-coordinate representation of color #D1E01C: hue angle of 64.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1E01C is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 28 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.12 |
| HSL | 64.59º | 0.78% | 0.49% | - |
| HSV(B) | 64.59º | 0.88% | 0.88% | - |
| XYZ | 53.16 | 66.95 | 11.22 | - |
| YUV | 197.17 | 32.53 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 28 | 0.07 | 0 | 0.88 | 0.12 | 64.59 | 0.78 | 0.49 |
| Hex | D1 | E0 | 1C | 7 | 0 | 58 | C | 41 | 4E | 31 |
| Octal | 321 | 340 | 34 | 7 | 0 | 130 | 14 | 101 | 116 | 61 |
| Binary | 11010001 | 11100000 | 11100 | 111 | 0 | 1011000 | 1100 | 1000001 | 1001110 | 110001 |
Color Harmonies of #D1E01C
Complementary color
Monochromatic Colors of #D1E01C
Black with #D1E01C
Text Example
Text Example
White with #D1E01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E01C; }
p { color: rgb(209,224,28); }
H1.HeaderClassName
{
color: #D1E01C;
}
.AnyTagClassName
{
color: #D1E01C;
}
</style>
background-color css
<style>
a { background-color: #D1E01C; }
a { background-color: rgb(209,224,28); }
div.DivClassName
{
background-color: #D1E01C;
}
.BgClassName
{
background-color: #D1E01C;
}
</style>
border-color css
<style>
span { border-color: #D1E01C; }
span { border-color: rgb(209,224,28); }
td.TdClassName
{
border-color: #D1E01C;
}
.TagClassName
{
border-color: #D1E01C;
}
</style>