Shades of Pear #D7DF1E
Tints of Pear #D7DF1E
RGB
CMYK
RGB Variations
Color information
#D7DF1E (or 0xD7DF1E) is known color: Pear. HEX triplet: D7, DF and 1E. RGB value is (215,223,30). Sum of RGB (Red+Green+Blue) = 215+223+30=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 30 (12.11% from 255 or 6.41% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DF1E is #2820E1. Grayscale: #C7C7C7. Windows color (decimal): -2629858 or 2023383. OLE color: 2023383.
HSL color Cylindrical-coordinate representation of color #D7DF1E: hue angle of 62.49º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7DF1E is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 223 | 30 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.13 |
| HSL | 62.49º | 0.76% | 0.5% | - |
| HSV(B) | 62.49º | 0.87% | 0.87% | - |
| XYZ | 54.65 | 67.32 | 11.34 | - |
| YUV | 198.61 | 32.85 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 30 | 0.04 | 0 | 0.87 | 0.13 | 62.49 | 0.76 | 0.5 |
| Hex | D7 | DF | 1E | 4 | 0 | 57 | D | 3E | 4C | 32 |
| Octal | 327 | 337 | 36 | 4 | 0 | 127 | 15 | 76 | 114 | 62 |
| Binary | 11010111 | 11011111 | 11110 | 100 | 0 | 1010111 | 1101 | 111110 | 1001100 | 110010 |
Color Harmonies of #D7DF1E
Complementary color
Monochromatic Colors of #D7DF1E
Black with #D7DF1E
Text Example
Text Example
White with #D7DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DF1E; }
p { color: rgb(215,223,30); }
H1.HeaderClassName
{
color: #D7DF1E;
}
.AnyTagClassName
{
color: #D7DF1E;
}
</style>
background-color css
<style>
a { background-color: #D7DF1E; }
a { background-color: rgb(215,223,30); }
div.DivClassName
{
background-color: #D7DF1E;
}
.BgClassName
{
background-color: #D7DF1E;
}
</style>
border-color css
<style>
span { border-color: #D7DF1E; }
span { border-color: rgb(215,223,30); }
td.TdClassName
{
border-color: #D7DF1E;
}
.TagClassName
{
border-color: #D7DF1E;
}
</style>