Shades of Pear #DFE62A
Tints of Pear #DFE62A
RGB
CMYK
RGB Variations
Color information
#DFE62A (or 0xDFE62A) is known color: Pear. HEX triplet: DF, E6 and 2A. RGB value is (223,230,42). Sum of RGB (Red+Green+Blue) = 223+230+42=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 42 (16.80% from 255 or 8.48% from 495); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE62A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE62A is #2019D5. Grayscale: #CFCFCF. Windows color (decimal): -2103766 or 2811615. OLE color: 2811615.
HSL color Cylindrical-coordinate representation of color #DFE62A: hue angle of 62.23º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFE62A is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 42 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.10 |
| HSL | 62.23º | 0.79% | 0.53% | - |
| HSV(B) | 62.23º | 0.82% | 0.9% | - |
| XYZ | 59.15 | 72.45 | 13.06 | - |
| YUV | 206.48 | 35.18 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 42 | 0.03 | 0 | 0.82 | 0.10 | 62.23 | 0.79 | 0.53 |
| Hex | DF | E6 | 2A | 3 | 0 | 52 | A | 3E | 4F | 35 |
| Octal | 337 | 346 | 52 | 3 | 0 | 122 | 12 | 76 | 117 | 65 |
| Binary | 11011111 | 11100110 | 101010 | 11 | 0 | 1010010 | 1010 | 111110 | 1001111 | 110101 |
Color Harmonies of #DFE62A
Complementary color
Monochromatic Colors of #DFE62A
Black with #DFE62A
Text Example
Text Example
White with #DFE62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE62A; }
p { color: rgb(223,230,42); }
H1.HeaderClassName
{
color: #DFE62A;
}
.AnyTagClassName
{
color: #DFE62A;
}
</style>
background-color css
<style>
a { background-color: #DFE62A; }
a { background-color: rgb(223,230,42); }
div.DivClassName
{
background-color: #DFE62A;
}
.BgClassName
{
background-color: #DFE62A;
}
</style>
border-color css
<style>
span { border-color: #DFE62A; }
span { border-color: rgb(223,230,42); }
td.TdClassName
{
border-color: #DFE62A;
}
.TagClassName
{
border-color: #DFE62A;
}
</style>