Shades of Pear #DFE930
Tints of Pear #DFE930
RGB
CMYK
RGB Variations
Color information
#DFE930 (or 0xDFE930) is known color: Pear. HEX triplet: DF, E9 and 30. RGB value is (223,233,48). Sum of RGB (Red+Green+Blue) = 223+233+48=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE930 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE930 is #2016CF. Grayscale: #D1D1D1. Windows color (decimal): -2102992 or 3205599. OLE color: 3205599.
HSL color Cylindrical-coordinate representation of color #DFE930: hue angle of 63.24º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFE930 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 48 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.09 |
| HSL | 63.24º | 0.81% | 0.55% | - |
| HSV(B) | 63.24º | 0.79% | 0.91% | - |
| XYZ | 60.1 | 74.18 | 13.95 | - |
| YUV | 208.92 | 37.19 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 48 | 0.04 | 0 | 0.79 | 0.09 | 63.24 | 0.81 | 0.55 |
| Hex | DF | E9 | 30 | 4 | 0 | 4F | 9 | 3F | 51 | 37 |
| Octal | 337 | 351 | 60 | 4 | 0 | 117 | 11 | 77 | 121 | 67 |
| Binary | 11011111 | 11101001 | 110000 | 100 | 0 | 1001111 | 1001 | 111111 | 1010001 | 110111 |
Color Harmonies of #DFE930
Complementary color
Monochromatic Colors of #DFE930
Black with #DFE930
Text Example
Text Example
White with #DFE930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE930; }
p { color: rgb(223,233,48); }
H1.HeaderClassName
{
color: #DFE930;
}
.AnyTagClassName
{
color: #DFE930;
}
</style>
background-color css
<style>
a { background-color: #DFE930; }
a { background-color: rgb(223,233,48); }
div.DivClassName
{
background-color: #DFE930;
}
.BgClassName
{
background-color: #DFE930;
}
</style>
border-color css
<style>
span { border-color: #DFE930; }
span { border-color: rgb(223,233,48); }
td.TdClassName
{
border-color: #DFE930;
}
.TagClassName
{
border-color: #DFE930;
}
</style>