Shades of Pear #DCEA2D
Tints of Pear #DCEA2D
RGB
CMYK
RGB Variations
Color information
#DCEA2D (or 0xDCEA2D) is known color: Pear. HEX triplet: DC, EA and 2D. RGB value is (220,234,45). Sum of RGB (Red+Green+Blue) = 220+234+45=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA2D is #2315D2. Grayscale: #D1D1D1. Windows color (decimal): -2299347 or 3009244. OLE color: 3009244.
HSL color Cylindrical-coordinate representation of color #DCEA2D: hue angle of 64.44º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCEA2D is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 45 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.08 |
| HSL | 64.44º | 0.82% | 0.55% | - |
| HSV(B) | 64.44º | 0.81% | 0.92% | - |
| XYZ | 59.41 | 74.25 | 13.68 | - |
| YUV | 208.27 | 35.86 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 45 | 0.06 | 0 | 0.81 | 0.08 | 64.44 | 0.82 | 0.55 |
| Hex | DC | EA | 2D | 6 | 0 | 51 | 8 | 40 | 52 | 37 |
| Octal | 334 | 352 | 55 | 6 | 0 | 121 | 10 | 100 | 122 | 67 |
| Binary | 11011100 | 11101010 | 101101 | 110 | 0 | 1010001 | 1000 | 1000000 | 1010010 | 110111 |
Color Harmonies of #DCEA2D
Complementary color
Monochromatic Colors of #DCEA2D
Black with #DCEA2D
Text Example
Text Example
White with #DCEA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA2D; }
p { color: rgb(220,234,45); }
H1.HeaderClassName
{
color: #DCEA2D;
}
.AnyTagClassName
{
color: #DCEA2D;
}
</style>
background-color css
<style>
a { background-color: #DCEA2D; }
a { background-color: rgb(220,234,45); }
div.DivClassName
{
background-color: #DCEA2D;
}
.BgClassName
{
background-color: #DCEA2D;
}
</style>
border-color css
<style>
span { border-color: #DCEA2D; }
span { border-color: rgb(220,234,45); }
td.TdClassName
{
border-color: #DCEA2D;
}
.TagClassName
{
border-color: #DCEA2D;
}
</style>