Shades of Pear #DFEA21
Tints of Pear #DFEA21
RGB
CMYK
RGB Variations
Color information
#DFEA21 (or 0xDFEA21) is known color: Pear. HEX triplet: DF, EA and 21. RGB value is (223,234,33). Sum of RGB (Red+Green+Blue) = 223+234+33=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 33 (13.28% from 255 or 6.73% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEA21 is #2015DE. Grayscale: #D0D0D0. Windows color (decimal): -2102751 or 2222815. OLE color: 2222815.
HSL color Cylindrical-coordinate representation of color #DFEA21: hue angle of 63.28º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFEA21 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 33 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.08 |
| HSL | 63.28º | 0.83% | 0.52% | - |
| HSV(B) | 63.28º | 0.86% | 0.92% | - |
| XYZ | 60.13 | 74.64 | 12.68 | - |
| YUV | 207.8 | 29.36 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 33 | 0.05 | 0 | 0.86 | 0.08 | 63.28 | 0.83 | 0.52 |
| Hex | DF | EA | 21 | 5 | 0 | 56 | 8 | 3F | 53 | 34 |
| Octal | 337 | 352 | 41 | 5 | 0 | 126 | 10 | 77 | 123 | 64 |
| Binary | 11011111 | 11101010 | 100001 | 101 | 0 | 1010110 | 1000 | 111111 | 1010011 | 110100 |
Color Harmonies of #DFEA21
Complementary color
Monochromatic Colors of #DFEA21
Black with #DFEA21
Text Example
Text Example
White with #DFEA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEA21; }
p { color: rgb(223,234,33); }
H1.HeaderClassName
{
color: #DFEA21;
}
.AnyTagClassName
{
color: #DFEA21;
}
</style>
background-color css
<style>
a { background-color: #DFEA21; }
a { background-color: rgb(223,234,33); }
div.DivClassName
{
background-color: #DFEA21;
}
.BgClassName
{
background-color: #DFEA21;
}
</style>
border-color css
<style>
span { border-color: #DFEA21; }
span { border-color: rgb(223,234,33); }
td.TdClassName
{
border-color: #DFEA21;
}
.TagClassName
{
border-color: #DFEA21;
}
</style>