Shades of Pear #D5DF1F
Tints of Pear #D5DF1F
RGB
CMYK
RGB Variations
Color information
#D5DF1F (or 0xD5DF1F) is known color: Pear. HEX triplet: D5, DF and 1F. RGB value is (213,223,31). Sum of RGB (Red+Green+Blue) = 213+223+31=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DF1F is #2A20E0. Grayscale: #C6C6C6. Windows color (decimal): -2760929 or 2088917. OLE color: 2088917.
HSL color Cylindrical-coordinate representation of color #D5DF1F: hue angle of 63.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5DF1F is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 31 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.13 |
| HSL | 63.13º | 0.76% | 0.5% | - |
| HSV(B) | 63.13º | 0.86% | 0.87% | - |
| XYZ | 54.08 | 67.02 | 11.38 | - |
| YUV | 198.12 | 33.69 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 31 | 0.04 | 0 | 0.86 | 0.13 | 63.13 | 0.76 | 0.5 |
| Hex | D5 | DF | 1F | 4 | 0 | 56 | D | 3F | 4C | 32 |
| Octal | 325 | 337 | 37 | 4 | 0 | 126 | 15 | 77 | 114 | 62 |
| Binary | 11010101 | 11011111 | 11111 | 100 | 0 | 1010110 | 1101 | 111111 | 1001100 | 110010 |
Color Harmonies of #D5DF1F
Complementary color
Monochromatic Colors of #D5DF1F
Black with #D5DF1F
Text Example
Text Example
White with #D5DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DF1F; }
p { color: rgb(213,223,31); }
H1.HeaderClassName
{
color: #D5DF1F;
}
.AnyTagClassName
{
color: #D5DF1F;
}
</style>
background-color css
<style>
a { background-color: #D5DF1F; }
a { background-color: rgb(213,223,31); }
div.DivClassName
{
background-color: #D5DF1F;
}
.BgClassName
{
background-color: #D5DF1F;
}
</style>
border-color css
<style>
span { border-color: #D5DF1F; }
span { border-color: rgb(213,223,31); }
td.TdClassName
{
border-color: #D5DF1F;
}
.TagClassName
{
border-color: #D5DF1F;
}
</style>