Shades of Pear #DFED2C
Tints of Pear #DFED2C
RGB
CMYK
RGB Variations
Color information
#DFED2C (or 0xDFED2C) is known color: Pear. HEX triplet: DF, ED and 2C. RGB value is (223,237,44). Sum of RGB (Red+Green+Blue) = 223+237+44=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 44 (17.58% from 255 or 8.73% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFED2C is #2012D3. Grayscale: #D3D3D3. Windows color (decimal): -2101972 or 2944479. OLE color: 2944479.
HSL color Cylindrical-coordinate representation of color #DFED2C: hue angle of 64.35º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFED2C is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 44 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.07 |
| HSL | 64.35º | 0.84% | 0.55% | - |
| HSV(B) | 64.35º | 0.81% | 0.93% | - |
| XYZ | 61.17 | 76.44 | 13.91 | - |
| YUV | 210.81 | 33.86 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 44 | 0.06 | 0 | 0.81 | 0.07 | 64.35 | 0.84 | 0.55 |
| Hex | DF | ED | 2C | 6 | 0 | 51 | 7 | 40 | 54 | 37 |
| Octal | 337 | 355 | 54 | 6 | 0 | 121 | 7 | 100 | 124 | 67 |
| Binary | 11011111 | 11101101 | 101100 | 110 | 0 | 1010001 | 111 | 1000000 | 1010100 | 110111 |
Color Harmonies of #DFED2C
Complementary color
Monochromatic Colors of #DFED2C
Black with #DFED2C
Text Example
Text Example
White with #DFED2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFED2C; }
p { color: rgb(223,237,44); }
H1.HeaderClassName
{
color: #DFED2C;
}
.AnyTagClassName
{
color: #DFED2C;
}
</style>
background-color css
<style>
a { background-color: #DFED2C; }
a { background-color: rgb(223,237,44); }
div.DivClassName
{
background-color: #DFED2C;
}
.BgClassName
{
background-color: #DFED2C;
}
</style>
border-color css
<style>
span { border-color: #DFED2C; }
span { border-color: rgb(223,237,44); }
td.TdClassName
{
border-color: #DFED2C;
}
.TagClassName
{
border-color: #DFED2C;
}
</style>