Shades of Pear #DFE628
Tints of Pear #DFE628
RGB
CMYK
RGB Variations
Color information
#DFE628 (or 0xDFE628) is known color: Pear. HEX triplet: DF, E6 and 28. RGB value is (223,230,40). Sum of RGB (Red+Green+Blue) = 223+230+40=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE628 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE628 is #2019D7. Grayscale: #CECECE. Windows color (decimal): -2103768 or 2680543. OLE color: 2680543.
HSL color Cylindrical-coordinate representation of color #DFE628: hue angle of 62.21º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFE628 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 40 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.10 |
| HSL | 62.21º | 0.79% | 0.53% | - |
| HSV(B) | 62.21º | 0.83% | 0.9% | - |
| XYZ | 59.11 | 72.43 | 12.87 | - |
| YUV | 206.25 | 34.18 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 40 | 0.03 | 0 | 0.83 | 0.10 | 62.21 | 0.79 | 0.53 |
| Hex | DF | E6 | 28 | 3 | 0 | 53 | A | 3E | 4F | 35 |
| Octal | 337 | 346 | 50 | 3 | 0 | 123 | 12 | 76 | 117 | 65 |
| Binary | 11011111 | 11100110 | 101000 | 11 | 0 | 1010011 | 1010 | 111110 | 1001111 | 110101 |
Color Harmonies of #DFE628
Complementary color
Monochromatic Colors of #DFE628
Black with #DFE628
Text Example
Text Example
White with #DFE628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE628; }
p { color: rgb(223,230,40); }
H1.HeaderClassName
{
color: #DFE628;
}
.AnyTagClassName
{
color: #DFE628;
}
</style>
background-color css
<style>
a { background-color: #DFE628; }
a { background-color: rgb(223,230,40); }
div.DivClassName
{
background-color: #DFE628;
}
.BgClassName
{
background-color: #DFE628;
}
</style>
border-color css
<style>
span { border-color: #DFE628; }
span { border-color: rgb(223,230,40); }
td.TdClassName
{
border-color: #DFE628;
}
.TagClassName
{
border-color: #DFE628;
}
</style>