Shades of Pear #DFEA1C
Tints of Pear #DFEA1C
RGB
CMYK
RGB Variations
Color information
#DFEA1C (or 0xDFEA1C) is known color: Pear. HEX triplet: DF, EA and 1C. RGB value is (223,234,28). Sum of RGB (Red+Green+Blue) = 223+234+28=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 28 (11.33% from 255 or 5.77% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEA1C is #2015E3. Grayscale: #D0D0D0. Windows color (decimal): -2102756 or 1895135. OLE color: 1895135.
HSL color Cylindrical-coordinate representation of color #DFEA1C: hue angle of 63.2º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFEA1C is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 28 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.08 |
| HSL | 63.2º | 0.83% | 0.51% | - |
| HSV(B) | 63.2º | 0.88% | 0.92% | - |
| XYZ | 60.06 | 74.62 | 12.34 | - |
| YUV | 207.23 | 26.86 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 28 | 0.05 | 0 | 0.88 | 0.08 | 63.2 | 0.83 | 0.51 |
| Hex | DF | EA | 1C | 5 | 0 | 58 | 8 | 3F | 53 | 33 |
| Octal | 337 | 352 | 34 | 5 | 0 | 130 | 10 | 77 | 123 | 63 |
| Binary | 11011111 | 11101010 | 11100 | 101 | 0 | 1011000 | 1000 | 111111 | 1010011 | 110011 |
Color Harmonies of #DFEA1C
Complementary color
Monochromatic Colors of #DFEA1C
Black with #DFEA1C
Text Example
Text Example
White with #DFEA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEA1C; }
p { color: rgb(223,234,28); }
H1.HeaderClassName
{
color: #DFEA1C;
}
.AnyTagClassName
{
color: #DFEA1C;
}
</style>
background-color css
<style>
a { background-color: #DFEA1C; }
a { background-color: rgb(223,234,28); }
div.DivClassName
{
background-color: #DFEA1C;
}
.BgClassName
{
background-color: #DFEA1C;
}
</style>
border-color css
<style>
span { border-color: #DFEA1C; }
span { border-color: rgb(223,234,28); }
td.TdClassName
{
border-color: #DFEA1C;
}
.TagClassName
{
border-color: #DFEA1C;
}
</style>