Shades of Pear #D7DF1B
Tints of Pear #D7DF1B
RGB
CMYK
RGB Variations
Color information
#D7DF1B (or 0xD7DF1B) is known color: Pear. HEX triplet: D7, DF and 1B. RGB value is (215,223,27). Sum of RGB (Red+Green+Blue) = 215+223+27=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 27 (10.94% from 255 or 5.81% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DF1B is #2820E4. Grayscale: #C7C7C7. Windows color (decimal): -2629861 or 1826775. OLE color: 1826775.
HSL color Cylindrical-coordinate representation of color #D7DF1B: hue angle of 62.45º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7DF1B is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 223 | 27 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.13 |
| HSL | 62.45º | 0.78% | 0.49% | - |
| HSV(B) | 62.45º | 0.88% | 0.87% | - |
| XYZ | 54.61 | 67.3 | 11.15 | - |
| YUV | 198.26 | 31.35 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 27 | 0.04 | 0 | 0.88 | 0.13 | 62.45 | 0.78 | 0.49 |
| Hex | D7 | DF | 1B | 4 | 0 | 58 | D | 3E | 4E | 31 |
| Octal | 327 | 337 | 33 | 4 | 0 | 130 | 15 | 76 | 116 | 61 |
| Binary | 11010111 | 11011111 | 11011 | 100 | 0 | 1011000 | 1101 | 111110 | 1001110 | 110001 |
Color Harmonies of #D7DF1B
Complementary color
Monochromatic Colors of #D7DF1B
Black with #D7DF1B
Text Example
Text Example
White with #D7DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DF1B; }
p { color: rgb(215,223,27); }
H1.HeaderClassName
{
color: #D7DF1B;
}
.AnyTagClassName
{
color: #D7DF1B;
}
</style>
background-color css
<style>
a { background-color: #D7DF1B; }
a { background-color: rgb(215,223,27); }
div.DivClassName
{
background-color: #D7DF1B;
}
.BgClassName
{
background-color: #D7DF1B;
}
</style>
border-color css
<style>
span { border-color: #D7DF1B; }
span { border-color: rgb(215,223,27); }
td.TdClassName
{
border-color: #D7DF1B;
}
.TagClassName
{
border-color: #D7DF1B;
}
</style>