Shades of Pear #DFEB1A
Tints of Pear #DFEB1A
RGB
CMYK
RGB Variations
Color information
#DFEB1A (or 0xDFEB1A) is known color: Pear. HEX triplet: DF, EB and 1A. RGB value is (223,235,26). Sum of RGB (Red+Green+Blue) = 223+235+26=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 26 (10.55% from 255 or 5.37% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEB1A is #2014E5. Grayscale: #D0D0D0. Windows color (decimal): -2102502 or 1764319. OLE color: 1764319.
HSL color Cylindrical-coordinate representation of color #DFEB1A: hue angle of 63.44º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFEB1A is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 26 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.08 |
| HSL | 63.44º | 0.84% | 0.51% | - |
| HSV(B) | 63.44º | 0.89% | 0.92% | - |
| XYZ | 60.33 | 75.18 | 12.31 | - |
| YUV | 207.59 | 25.52 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 26 | 0.05 | 0 | 0.89 | 0.08 | 63.44 | 0.84 | 0.51 |
| Hex | DF | EB | 1A | 5 | 0 | 59 | 8 | 3F | 54 | 33 |
| Octal | 337 | 353 | 32 | 5 | 0 | 131 | 10 | 77 | 124 | 63 |
| Binary | 11011111 | 11101011 | 11010 | 101 | 0 | 1011001 | 1000 | 111111 | 1010100 | 110011 |
Color Harmonies of #DFEB1A
Complementary color
Monochromatic Colors of #DFEB1A
Black with #DFEB1A
Text Example
Text Example
White with #DFEB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEB1A; }
p { color: rgb(223,235,26); }
H1.HeaderClassName
{
color: #DFEB1A;
}
.AnyTagClassName
{
color: #DFEB1A;
}
</style>
background-color css
<style>
a { background-color: #DFEB1A; }
a { background-color: rgb(223,235,26); }
div.DivClassName
{
background-color: #DFEB1A;
}
.BgClassName
{
background-color: #DFEB1A;
}
</style>
border-color css
<style>
span { border-color: #DFEB1A; }
span { border-color: rgb(223,235,26); }
td.TdClassName
{
border-color: #DFEB1A;
}
.TagClassName
{
border-color: #DFEB1A;
}
</style>