Shades of Pear #DFEB2D
Tints of Pear #DFEB2D
RGB
CMYK
RGB Variations
Color information
#DFEB2D (or 0xDFEB2D) is known color: Pear. HEX triplet: DF, EB and 2D. RGB value is (223,235,45). Sum of RGB (Red+Green+Blue) = 223+235+45=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 45 (17.97% from 255 or 8.95% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEB2D is #2014D2. Grayscale: #D2D2D2. Windows color (decimal): -2102483 or 3009503. OLE color: 3009503.
HSL color Cylindrical-coordinate representation of color #DFEB2D: hue angle of 63.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFEB2D is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 45 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.08 |
| HSL | 63.79º | 0.83% | 0.55% | - |
| HSV(B) | 63.79º | 0.81% | 0.92% | - |
| XYZ | 60.61 | 75.29 | 13.82 | - |
| YUV | 209.75 | 35.02 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 45 | 0.05 | 0 | 0.81 | 0.08 | 63.79 | 0.83 | 0.55 |
| Hex | DF | EB | 2D | 5 | 0 | 51 | 8 | 40 | 53 | 37 |
| Octal | 337 | 353 | 55 | 5 | 0 | 121 | 10 | 100 | 123 | 67 |
| Binary | 11011111 | 11101011 | 101101 | 101 | 0 | 1010001 | 1000 | 1000000 | 1010011 | 110111 |
Color Harmonies of #DFEB2D
Complementary color
Monochromatic Colors of #DFEB2D
Black with #DFEB2D
Text Example
Text Example
White with #DFEB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEB2D; }
p { color: rgb(223,235,45); }
H1.HeaderClassName
{
color: #DFEB2D;
}
.AnyTagClassName
{
color: #DFEB2D;
}
</style>
background-color css
<style>
a { background-color: #DFEB2D; }
a { background-color: rgb(223,235,45); }
div.DivClassName
{
background-color: #DFEB2D;
}
.BgClassName
{
background-color: #DFEB2D;
}
</style>
border-color css
<style>
span { border-color: #DFEB2D; }
span { border-color: rgb(223,235,45); }
td.TdClassName
{
border-color: #DFEB2D;
}
.TagClassName
{
border-color: #DFEB2D;
}
</style>