Shades of Pear #DFE830
Tints of Pear #DFE830
RGB
CMYK
RGB Variations
Color information
#DFE830 (or 0xDFE830) is known color: Pear. HEX triplet: DF, E8 and 30. RGB value is (223,232,48). Sum of RGB (Red+Green+Blue) = 223+232+48=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE830 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE830 is #2017CF. Grayscale: #D1D1D1. Windows color (decimal): -2103248 or 3205343. OLE color: 3205343.
HSL color Cylindrical-coordinate representation of color #DFE830: hue angle of 62.93º degrees, saturation: 0.8, 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 #DFE830 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 48 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.09 |
| HSL | 62.93º | 0.8% | 0.55% | - |
| HSV(B) | 62.93º | 0.79% | 0.91% | - |
| XYZ | 59.82 | 73.61 | 13.85 | - |
| YUV | 208.33 | 37.52 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 48 | 0.04 | 0 | 0.79 | 0.09 | 62.93 | 0.8 | 0.55 |
| Hex | DF | E8 | 30 | 4 | 0 | 4F | 9 | 3F | 50 | 37 |
| Octal | 337 | 350 | 60 | 4 | 0 | 117 | 11 | 77 | 120 | 67 |
| Binary | 11011111 | 11101000 | 110000 | 100 | 0 | 1001111 | 1001 | 111111 | 1010000 | 110111 |
Color Harmonies of #DFE830
Complementary color
Monochromatic Colors of #DFE830
Black with #DFE830
Text Example
Text Example
White with #DFE830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE830; }
p { color: rgb(223,232,48); }
H1.HeaderClassName
{
color: #DFE830;
}
.AnyTagClassName
{
color: #DFE830;
}
</style>
background-color css
<style>
a { background-color: #DFE830; }
a { background-color: rgb(223,232,48); }
div.DivClassName
{
background-color: #DFE830;
}
.BgClassName
{
background-color: #DFE830;
}
</style>
border-color css
<style>
span { border-color: #DFE830; }
span { border-color: rgb(223,232,48); }
td.TdClassName
{
border-color: #DFE830;
}
.TagClassName
{
border-color: #DFE830;
}
</style>