Shades of Pear #DFE615
Tints of Pear #DFE615
RGB
CMYK
RGB Variations
Color information
#DFE615 (or 0xDFE615) is known color: Pear. HEX triplet: DF, E6 and 15. RGB value is (223,230,21). Sum of RGB (Red+Green+Blue) = 223+230+21=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 230 (90.23% from 255 or 48.52% from 474); Blue value is 21 (8.59% from 255 or 4.43% from 474); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE615 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DFE615 is #2019EA. Grayscale: #CCCCCC. Windows color (decimal): -2103787 or 1435359. OLE color: 1435359.
HSL color Cylindrical-coordinate representation of color #DFE615: hue angle of 62.01º 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 #DFE615 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 21 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.10 |
| HSL | 62.01º | 0.83% | 0.49% | - |
| HSV(B) | 62.01º | 0.91% | 0.9% | - |
| XYZ | 58.86 | 72.34 | 11.57 | - |
| YUV | 204.08 | 24.68 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 21 | 0.03 | 0 | 0.91 | 0.10 | 62.01 | 0.83 | 0.49 |
| Hex | DF | E6 | 15 | 3 | 0 | 5B | A | 3E | 53 | 31 |
| Octal | 337 | 346 | 25 | 3 | 0 | 133 | 12 | 76 | 123 | 61 |
| Binary | 11011111 | 11100110 | 10101 | 11 | 0 | 1011011 | 1010 | 111110 | 1010011 | 110001 |
Color Harmonies of #DFE615
Complementary color
Monochromatic Colors of #DFE615
Black with #DFE615
Text Example
Text Example
White with #DFE615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE615; }
p { color: rgb(223,230,21); }
H1.HeaderClassName
{
color: #DFE615;
}
.AnyTagClassName
{
color: #DFE615;
}
</style>
background-color css
<style>
a { background-color: #DFE615; }
a { background-color: rgb(223,230,21); }
div.DivClassName
{
background-color: #DFE615;
}
.BgClassName
{
background-color: #DFE615;
}
</style>
border-color css
<style>
span { border-color: #DFE615; }
span { border-color: rgb(223,230,21); }
td.TdClassName
{
border-color: #DFE615;
}
.TagClassName
{
border-color: #DFE615;
}
</style>