Shades of Pear #DFED32
Tints of Pear #DFED32
RGB
CMYK
RGB Variations
Color information
#DFED32 (or 0xDFED32) is known color: Pear. HEX triplet: DF, ED and 32. RGB value is (223,237,50). Sum of RGB (Red+Green+Blue) = 223+237+50=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 50 (19.92% from 255 or 9.80% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFED32 is #2012CD. Grayscale: #D4D4D4. Windows color (decimal): -2101966 or 3337695. OLE color: 3337695.
HSL color Cylindrical-coordinate representation of color #DFED32: hue angle of 64.49º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFED32 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 50 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.07 |
| HSL | 64.49º | 0.84% | 0.56% | - |
| HSV(B) | 64.49º | 0.79% | 0.93% | - |
| XYZ | 61.29 | 76.49 | 14.55 | - |
| YUV | 211.5 | 36.86 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 50 | 0.06 | 0 | 0.79 | 0.07 | 64.49 | 0.84 | 0.56 |
| Hex | DF | ED | 32 | 6 | 0 | 4F | 7 | 40 | 54 | 38 |
| Octal | 337 | 355 | 62 | 6 | 0 | 117 | 7 | 100 | 124 | 70 |
| Binary | 11011111 | 11101101 | 110010 | 110 | 0 | 1001111 | 111 | 1000000 | 1010100 | 111000 |
Color Harmonies of #DFED32
Complementary color
Monochromatic Colors of #DFED32
Black with #DFED32
Text Example
Text Example
White with #DFED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFED32; }
p { color: rgb(223,237,50); }
H1.HeaderClassName
{
color: #DFED32;
}
.AnyTagClassName
{
color: #DFED32;
}
</style>
background-color css
<style>
a { background-color: #DFED32; }
a { background-color: rgb(223,237,50); }
div.DivClassName
{
background-color: #DFED32;
}
.BgClassName
{
background-color: #DFED32;
}
</style>
border-color css
<style>
span { border-color: #DFED32; }
span { border-color: rgb(223,237,50); }
td.TdClassName
{
border-color: #DFED32;
}
.TagClassName
{
border-color: #DFED32;
}
</style>