Shades of Pear #DCEA36
Tints of Pear #DCEA36
RGB
CMYK
RGB Variations
Color information
#DCEA36 (or 0xDCEA36) is known color: Pear. HEX triplet: DC, EA and 36. RGB value is (220,234,54). Sum of RGB (Red+Green+Blue) = 220+234+54=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 54 (21.48% from 255 or 10.63% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA36 is #2315C9. Grayscale: #D2D2D2. Windows color (decimal): -2299338 or 3599068. OLE color: 3599068.
HSL color Cylindrical-coordinate representation of color #DCEA36: hue angle of 64.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCEA36 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 54 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.08 |
| HSL | 64.67º | 0.81% | 0.56% | - |
| HSV(B) | 64.67º | 0.77% | 0.92% | - |
| XYZ | 59.6 | 74.33 | 14.7 | - |
| YUV | 209.29 | 40.36 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 54 | 0.06 | 0 | 0.77 | 0.08 | 64.67 | 0.81 | 0.56 |
| Hex | DC | EA | 36 | 6 | 0 | 4D | 8 | 41 | 51 | 38 |
| Octal | 334 | 352 | 66 | 6 | 0 | 115 | 10 | 101 | 121 | 70 |
| Binary | 11011100 | 11101010 | 110110 | 110 | 0 | 1001101 | 1000 | 1000001 | 1010001 | 111000 |
Color Harmonies of #DCEA36
Complementary color
Monochromatic Colors of #DCEA36
Black with #DCEA36
Text Example
Text Example
White with #DCEA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA36; }
p { color: rgb(220,234,54); }
H1.HeaderClassName
{
color: #DCEA36;
}
.AnyTagClassName
{
color: #DCEA36;
}
</style>
background-color css
<style>
a { background-color: #DCEA36; }
a { background-color: rgb(220,234,54); }
div.DivClassName
{
background-color: #DCEA36;
}
.BgClassName
{
background-color: #DCEA36;
}
</style>
border-color css
<style>
span { border-color: #DCEA36; }
span { border-color: rgb(220,234,54); }
td.TdClassName
{
border-color: #DCEA36;
}
.TagClassName
{
border-color: #DCEA36;
}
</style>