Shades of Pear #DCE926
Tints of Pear #DCE926
RGB
CMYK
RGB Variations
Color information
#DCE926 (or 0xDCE926) is known color: Pear. HEX triplet: DC, E9 and 26. RGB value is (220,233,38). Sum of RGB (Red+Green+Blue) = 220+233+38=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 38 (15.23% from 255 or 7.74% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE926 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE926 is #2316D9. Grayscale: #CFCFCF. Windows color (decimal): -2299610 or 2550236. OLE color: 2550236.
HSL color Cylindrical-coordinate representation of color #DCE926: hue angle of 64º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCE926 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 38 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.09 |
| HSL | 64º | 0.82% | 0.53% | - |
| HSV(B) | 64º | 0.84% | 0.91% | - |
| XYZ | 59 | 73.63 | 12.94 | - |
| YUV | 206.88 | 32.69 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 38 | 0.06 | 0 | 0.84 | 0.09 | 64 | 0.82 | 0.53 |
| Hex | DC | E9 | 26 | 6 | 0 | 54 | 9 | 40 | 52 | 35 |
| Octal | 334 | 351 | 46 | 6 | 0 | 124 | 11 | 100 | 122 | 65 |
| Binary | 11011100 | 11101001 | 100110 | 110 | 0 | 1010100 | 1001 | 1000000 | 1010010 | 110101 |
Color Harmonies of #DCE926
Complementary color
Monochromatic Colors of #DCE926
Black with #DCE926
Text Example
Text Example
White with #DCE926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE926; }
p { color: rgb(220,233,38); }
H1.HeaderClassName
{
color: #DCE926;
}
.AnyTagClassName
{
color: #DCE926;
}
</style>
background-color css
<style>
a { background-color: #DCE926; }
a { background-color: rgb(220,233,38); }
div.DivClassName
{
background-color: #DCE926;
}
.BgClassName
{
background-color: #DCE926;
}
</style>
border-color css
<style>
span { border-color: #DCE926; }
span { border-color: rgb(220,233,38); }
td.TdClassName
{
border-color: #DCE926;
}
.TagClassName
{
border-color: #DCE926;
}
</style>