Shades of Pear #DFEA23
Tints of Pear #DFEA23
RGB
CMYK
RGB Variations
Color information
#DFEA23 (or 0xDFEA23) is known color: Pear. HEX triplet: DF, EA and 23. RGB value is (223,234,35). Sum of RGB (Red+Green+Blue) = 223+234+35=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 35 (14.06% from 255 or 7.11% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEA23 is #2015DC. Grayscale: #D0D0D0. Windows color (decimal): -2102749 or 2353887. OLE color: 2353887.
HSL color Cylindrical-coordinate representation of color #DFEA23: hue angle of 63.32º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFEA23 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 35 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.08 |
| HSL | 63.32º | 0.83% | 0.53% | - |
| HSV(B) | 63.32º | 0.85% | 0.92% | - |
| XYZ | 60.16 | 74.65 | 12.83 | - |
| YUV | 208.03 | 30.36 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 35 | 0.05 | 0 | 0.85 | 0.08 | 63.32 | 0.83 | 0.53 |
| Hex | DF | EA | 23 | 5 | 0 | 55 | 8 | 3F | 53 | 35 |
| Octal | 337 | 352 | 43 | 5 | 0 | 125 | 10 | 77 | 123 | 65 |
| Binary | 11011111 | 11101010 | 100011 | 101 | 0 | 1010101 | 1000 | 111111 | 1010011 | 110101 |
Color Harmonies of #DFEA23
Complementary color
Monochromatic Colors of #DFEA23
Black with #DFEA23
Text Example
Text Example
White with #DFEA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEA23; }
p { color: rgb(223,234,35); }
H1.HeaderClassName
{
color: #DFEA23;
}
.AnyTagClassName
{
color: #DFEA23;
}
</style>
background-color css
<style>
a { background-color: #DFEA23; }
a { background-color: rgb(223,234,35); }
div.DivClassName
{
background-color: #DFEA23;
}
.BgClassName
{
background-color: #DFEA23;
}
</style>
border-color css
<style>
span { border-color: #DFEA23; }
span { border-color: rgb(223,234,35); }
td.TdClassName
{
border-color: #DFEA23;
}
.TagClassName
{
border-color: #DFEA23;
}
</style>