Shades of Pear #D1DF24
Tints of Pear #D1DF24
RGB
CMYK
RGB Variations
Color information
#D1DF24 (or 0xD1DF24) is known color: Pear. HEX triplet: D1, DF and 24. RGB value is (209,223,36). Sum of RGB (Red+Green+Blue) = 209+223+36=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 36 (14.45% from 255 or 7.69% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DF24 is #2E20DB. Grayscale: #C6C6C6. Windows color (decimal): -3023068 or 2416593. OLE color: 2416593.
HSL color Cylindrical-coordinate representation of color #D1DF24: hue angle of 64.49º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1DF24 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 223 | 36 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.13 |
| HSL | 64.49º | 0.75% | 0.51% | - |
| HSV(B) | 64.49º | 0.84% | 0.87% | - |
| XYZ | 53 | 66.46 | 11.7 | - |
| YUV | 197.5 | 36.86 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 36 | 0.06 | 0 | 0.84 | 0.13 | 64.49 | 0.75 | 0.51 |
| Hex | D1 | DF | 24 | 6 | 0 | 54 | D | 40 | 4B | 33 |
| Octal | 321 | 337 | 44 | 6 | 0 | 124 | 15 | 100 | 113 | 63 |
| Binary | 11010001 | 11011111 | 100100 | 110 | 0 | 1010100 | 1101 | 1000000 | 1001011 | 110011 |
Color Harmonies of #D1DF24
Complementary color
Monochromatic Colors of #D1DF24
Black with #D1DF24
Text Example
Text Example
White with #D1DF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DF24; }
p { color: rgb(209,223,36); }
H1.HeaderClassName
{
color: #D1DF24;
}
.AnyTagClassName
{
color: #D1DF24;
}
</style>
background-color css
<style>
a { background-color: #D1DF24; }
a { background-color: rgb(209,223,36); }
div.DivClassName
{
background-color: #D1DF24;
}
.BgClassName
{
background-color: #D1DF24;
}
</style>
border-color css
<style>
span { border-color: #D1DF24; }
span { border-color: rgb(209,223,36); }
td.TdClassName
{
border-color: #D1DF24;
}
.TagClassName
{
border-color: #D1DF24;
}
</style>