Shades of Pear #DFE925
Tints of Pear #DFE925
RGB
CMYK
RGB Variations
Color information
#DFE925 (or 0xDFE925) is known color: Pear. HEX triplet: DF, E9 and 25. RGB value is (223,233,37). Sum of RGB (Red+Green+Blue) = 223+233+37=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 37 (14.84% from 255 or 7.51% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE925 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE925 is #2016DA. Grayscale: #D0D0D0. Windows color (decimal): -2103003 or 2484703. OLE color: 2484703.
HSL color Cylindrical-coordinate representation of color #DFE925: hue angle of 63.06º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFE925 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 37 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.09 |
| HSL | 63.06º | 0.82% | 0.53% | - |
| HSV(B) | 63.06º | 0.84% | 0.91% | - |
| XYZ | 59.9 | 74.1 | 12.9 | - |
| YUV | 207.67 | 31.69 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 37 | 0.04 | 0 | 0.84 | 0.09 | 63.06 | 0.82 | 0.53 |
| Hex | DF | E9 | 25 | 4 | 0 | 54 | 9 | 3F | 52 | 35 |
| Octal | 337 | 351 | 45 | 4 | 0 | 124 | 11 | 77 | 122 | 65 |
| Binary | 11011111 | 11101001 | 100101 | 100 | 0 | 1010100 | 1001 | 111111 | 1010010 | 110101 |
Color Harmonies of #DFE925
Complementary color
Monochromatic Colors of #DFE925
Black with #DFE925
Text Example
Text Example
White with #DFE925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE925; }
p { color: rgb(223,233,37); }
H1.HeaderClassName
{
color: #DFE925;
}
.AnyTagClassName
{
color: #DFE925;
}
</style>
background-color css
<style>
a { background-color: #DFE925; }
a { background-color: rgb(223,233,37); }
div.DivClassName
{
background-color: #DFE925;
}
.BgClassName
{
background-color: #DFE925;
}
</style>
border-color css
<style>
span { border-color: #DFE925; }
span { border-color: rgb(223,233,37); }
td.TdClassName
{
border-color: #DFE925;
}
.TagClassName
{
border-color: #DFE925;
}
</style>