Shades of Pear #DFED2D
Tints of Pear #DFED2D
RGB
CMYK
RGB Variations
Color information
#DFED2D (or 0xDFED2D) is known color: Pear. HEX triplet: DF, ED and 2D. RGB value is (223,237,45). Sum of RGB (Red+Green+Blue) = 223+237+45=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 45 (17.97% from 255 or 8.91% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFED2D is #2012D2. Grayscale: #D3D3D3. Windows color (decimal): -2101971 or 3010015. OLE color: 3010015.
HSL color Cylindrical-coordinate representation of color #DFED2D: hue angle of 64.38º 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 #DFED2D is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 45 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.07 |
| HSL | 64.38º | 0.84% | 0.55% | - |
| HSV(B) | 64.38º | 0.81% | 0.93% | - |
| XYZ | 61.19 | 76.45 | 14.01 | - |
| YUV | 210.93 | 34.36 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 45 | 0.06 | 0 | 0.81 | 0.07 | 64.38 | 0.84 | 0.55 |
| Hex | DF | ED | 2D | 6 | 0 | 51 | 7 | 40 | 54 | 37 |
| Octal | 337 | 355 | 55 | 6 | 0 | 121 | 7 | 100 | 124 | 67 |
| Binary | 11011111 | 11101101 | 101101 | 110 | 0 | 1010001 | 111 | 1000000 | 1010100 | 110111 |
Color Harmonies of #DFED2D
Complementary color
Monochromatic Colors of #DFED2D
Black with #DFED2D
Text Example
Text Example
White with #DFED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFED2D; }
p { color: rgb(223,237,45); }
H1.HeaderClassName
{
color: #DFED2D;
}
.AnyTagClassName
{
color: #DFED2D;
}
</style>
background-color css
<style>
a { background-color: #DFED2D; }
a { background-color: rgb(223,237,45); }
div.DivClassName
{
background-color: #DFED2D;
}
.BgClassName
{
background-color: #DFED2D;
}
</style>
border-color css
<style>
span { border-color: #DFED2D; }
span { border-color: rgb(223,237,45); }
td.TdClassName
{
border-color: #DFED2D;
}
.TagClassName
{
border-color: #DFED2D;
}
</style>