Shades of Pear #DCEA28
Tints of Pear #DCEA28
RGB
CMYK
RGB Variations
Color information
#DCEA28 (or 0xDCEA28) is known color: Pear. HEX triplet: DC, EA and 28. RGB value is (220,234,40). Sum of RGB (Red+Green+Blue) = 220+234+40=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA28 is #2315D7. Grayscale: #D0D0D0. Windows color (decimal): -2299352 or 2681564. OLE color: 2681564.
HSL color Cylindrical-coordinate representation of color #DCEA28: hue angle of 64.33º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCEA28 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 40 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.08 |
| HSL | 64.33º | 0.82% | 0.54% | - |
| HSV(B) | 64.33º | 0.83% | 0.92% | - |
| XYZ | 59.32 | 74.21 | 13.21 | - |
| YUV | 207.7 | 33.36 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 40 | 0.06 | 0 | 0.83 | 0.08 | 64.33 | 0.82 | 0.54 |
| Hex | DC | EA | 28 | 6 | 0 | 53 | 8 | 40 | 52 | 36 |
| Octal | 334 | 352 | 50 | 6 | 0 | 123 | 10 | 100 | 122 | 66 |
| Binary | 11011100 | 11101010 | 101000 | 110 | 0 | 1010011 | 1000 | 1000000 | 1010010 | 110110 |
Color Harmonies of #DCEA28
Complementary color
Monochromatic Colors of #DCEA28
Black with #DCEA28
Text Example
Text Example
White with #DCEA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA28; }
p { color: rgb(220,234,40); }
H1.HeaderClassName
{
color: #DCEA28;
}
.AnyTagClassName
{
color: #DCEA28;
}
</style>
background-color css
<style>
a { background-color: #DCEA28; }
a { background-color: rgb(220,234,40); }
div.DivClassName
{
background-color: #DCEA28;
}
.BgClassName
{
background-color: #DCEA28;
}
</style>
border-color css
<style>
span { border-color: #DCEA28; }
span { border-color: rgb(220,234,40); }
td.TdClassName
{
border-color: #DCEA28;
}
.TagClassName
{
border-color: #DCEA28;
}
</style>