Shades of Pear #DCEA26
Tints of Pear #DCEA26
RGB
CMYK
RGB Variations
Color information
#DCEA26 (or 0xDCEA26) is known color: Pear. HEX triplet: DC, EA and 26. RGB value is (220,234,38). Sum of RGB (Red+Green+Blue) = 220+234+38=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 38 (15.23% from 255 or 7.72% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA26 is #2315D9. Grayscale: #D0D0D0. Windows color (decimal): -2299354 or 2550492. OLE color: 2550492.
HSL color Cylindrical-coordinate representation of color #DCEA26: hue angle of 64.29º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCEA26 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 38 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.08 |
| HSL | 64.29º | 0.82% | 0.53% | - |
| HSV(B) | 64.29º | 0.84% | 0.92% | - |
| XYZ | 59.29 | 74.2 | 13.03 | - |
| YUV | 207.47 | 32.36 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 38 | 0.06 | 0 | 0.84 | 0.08 | 64.29 | 0.82 | 0.53 |
| Hex | DC | EA | 26 | 6 | 0 | 54 | 8 | 40 | 52 | 35 |
| Octal | 334 | 352 | 46 | 6 | 0 | 124 | 10 | 100 | 122 | 65 |
| Binary | 11011100 | 11101010 | 100110 | 110 | 0 | 1010100 | 1000 | 1000000 | 1010010 | 110101 |
Color Harmonies of #DCEA26
Complementary color
Monochromatic Colors of #DCEA26
Black with #DCEA26
Text Example
Text Example
White with #DCEA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA26; }
p { color: rgb(220,234,38); }
H1.HeaderClassName
{
color: #DCEA26;
}
.AnyTagClassName
{
color: #DCEA26;
}
</style>
background-color css
<style>
a { background-color: #DCEA26; }
a { background-color: rgb(220,234,38); }
div.DivClassName
{
background-color: #DCEA26;
}
.BgClassName
{
background-color: #DCEA26;
}
</style>
border-color css
<style>
span { border-color: #DCEA26; }
span { border-color: rgb(220,234,38); }
td.TdClassName
{
border-color: #DCEA26;
}
.TagClassName
{
border-color: #DCEA26;
}
</style>