Shades of Pear #DFE521
Tints of Pear #DFE521
RGB
CMYK
RGB Variations
Color information
#DFE521 (or 0xDFE521) is known color: Pear. HEX triplet: DF, E5 and 21. RGB value is (223,229,33). Sum of RGB (Red+Green+Blue) = 223+229+33=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 33 (13.28% from 255 or 6.80% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE521 is #201ADE. Grayscale: #CDCDCD. Windows color (decimal): -2104031 or 2221535. OLE color: 2221535.
HSL color Cylindrical-coordinate representation of color #DFE521: hue angle of 61.84º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFE521 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 33 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.10 |
| HSL | 61.84º | 0.79% | 0.51% | - |
| HSV(B) | 61.84º | 0.86% | 0.9% | - |
| XYZ | 58.73 | 71.84 | 12.21 | - |
| YUV | 204.86 | 31.01 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 33 | 0.03 | 0 | 0.86 | 0.10 | 61.84 | 0.79 | 0.51 |
| Hex | DF | E5 | 21 | 3 | 0 | 56 | A | 3E | 4F | 33 |
| Octal | 337 | 345 | 41 | 3 | 0 | 126 | 12 | 76 | 117 | 63 |
| Binary | 11011111 | 11100101 | 100001 | 11 | 0 | 1010110 | 1010 | 111110 | 1001111 | 110011 |
Color Harmonies of #DFE521
Complementary color
Monochromatic Colors of #DFE521
Black with #DFE521
Text Example
Text Example
White with #DFE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE521; }
p { color: rgb(223,229,33); }
H1.HeaderClassName
{
color: #DFE521;
}
.AnyTagClassName
{
color: #DFE521;
}
</style>
background-color css
<style>
a { background-color: #DFE521; }
a { background-color: rgb(223,229,33); }
div.DivClassName
{
background-color: #DFE521;
}
.BgClassName
{
background-color: #DFE521;
}
</style>
border-color css
<style>
span { border-color: #DFE521; }
span { border-color: rgb(223,229,33); }
td.TdClassName
{
border-color: #DFE521;
}
.TagClassName
{
border-color: #DFE521;
}
</style>