Shades of Pear #DFE515
Tints of Pear #DFE515
RGB
CMYK
RGB Variations
Color information
#DFE515 (or 0xDFE515) is known color: Pear. HEX triplet: DF, E5 and 15. RGB value is (223,229,21). Sum of RGB (Red+Green+Blue) = 223+229+21=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 21 (8.59% from 255 or 4.44% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFE515 is #201AEA. Grayscale: #CCCCCC. Windows color (decimal): -2104043 or 1435103. OLE color: 1435103.
HSL color Cylindrical-coordinate representation of color #DFE515: hue angle of 61.73º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFE515 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 21 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.10 |
| HSL | 61.73º | 0.83% | 0.49% | - |
| HSV(B) | 61.73º | 0.91% | 0.9% | - |
| XYZ | 58.59 | 71.78 | 11.48 | - |
| YUV | 203.49 | 25.01 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 21 | 0.03 | 0 | 0.91 | 0.10 | 61.73 | 0.83 | 0.49 |
| Hex | DF | E5 | 15 | 3 | 0 | 5B | A | 3E | 53 | 31 |
| Octal | 337 | 345 | 25 | 3 | 0 | 133 | 12 | 76 | 123 | 61 |
| Binary | 11011111 | 11100101 | 10101 | 11 | 0 | 1011011 | 1010 | 111110 | 1010011 | 110001 |
Color Harmonies of #DFE515
Complementary color
Monochromatic Colors of #DFE515
Black with #DFE515
Text Example
Text Example
White with #DFE515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE515; }
p { color: rgb(223,229,21); }
H1.HeaderClassName
{
color: #DFE515;
}
.AnyTagClassName
{
color: #DFE515;
}
</style>
background-color css
<style>
a { background-color: #DFE515; }
a { background-color: rgb(223,229,21); }
div.DivClassName
{
background-color: #DFE515;
}
.BgClassName
{
background-color: #DFE515;
}
</style>
border-color css
<style>
span { border-color: #DFE515; }
span { border-color: rgb(223,229,21); }
td.TdClassName
{
border-color: #DFE515;
}
.TagClassName
{
border-color: #DFE515;
}
</style>