Shades of Pear #DCEA16
Tints of Pear #DCEA16
RGB
CMYK
RGB Variations
Color information
#DCEA16 (or 0xDCEA16) is known color: Pear. HEX triplet: DC, EA and 16. RGB value is (220,234,22). Sum of RGB (Red+Green+Blue) = 220+234+22=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 22 (8.98% from 255 or 4.62% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEA16 is #2315E9. Grayscale: #CECECE. Windows color (decimal): -2299370 or 1501916. OLE color: 1501916.
HSL color Cylindrical-coordinate representation of color #DCEA16: hue angle of 63.96º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCEA16 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 22 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.08 |
| HSL | 63.96º | 0.83% | 0.5% | - |
| HSV(B) | 63.96º | 0.91% | 0.92% | - |
| XYZ | 59.08 | 74.12 | 11.95 | - |
| YUV | 205.65 | 24.36 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 22 | 0.06 | 0 | 0.91 | 0.08 | 63.96 | 0.83 | 0.5 |
| Hex | DC | EA | 16 | 6 | 0 | 5B | 8 | 40 | 53 | 32 |
| Octal | 334 | 352 | 26 | 6 | 0 | 133 | 10 | 100 | 123 | 62 |
| Binary | 11011100 | 11101010 | 10110 | 110 | 0 | 1011011 | 1000 | 1000000 | 1010011 | 110010 |
Color Harmonies of #DCEA16
Complementary color
Monochromatic Colors of #DCEA16
Black with #DCEA16
Text Example
Text Example
White with #DCEA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA16; }
p { color: rgb(220,234,22); }
H1.HeaderClassName
{
color: #DCEA16;
}
.AnyTagClassName
{
color: #DCEA16;
}
</style>
background-color css
<style>
a { background-color: #DCEA16; }
a { background-color: rgb(220,234,22); }
div.DivClassName
{
background-color: #DCEA16;
}
.BgClassName
{
background-color: #DCEA16;
}
</style>
border-color css
<style>
span { border-color: #DCEA16; }
span { border-color: rgb(220,234,22); }
td.TdClassName
{
border-color: #DCEA16;
}
.TagClassName
{
border-color: #DCEA16;
}
</style>