Shades of Pear #DCEA22
Tints of Pear #DCEA22
RGB
CMYK
RGB Variations
Color information
#DCEA22 (or 0xDCEA22) is known color: Pear. HEX triplet: DC, EA and 22. RGB value is (220,234,34). Sum of RGB (Red+Green+Blue) = 220+234+34=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 34 (13.67% from 255 or 6.97% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA22 is #2315DD. Grayscale: #CFCFCF. Windows color (decimal): -2299358 or 2288348. OLE color: 2288348.
HSL color Cylindrical-coordinate representation of color #DCEA22: hue angle of 64.2º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCEA22 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 34 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.08 |
| HSL | 64.2º | 0.83% | 0.53% | - |
| HSV(B) | 64.2º | 0.85% | 0.92% | - |
| XYZ | 59.23 | 74.18 | 12.71 | - |
| YUV | 207.01 | 30.36 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 34 | 0.06 | 0 | 0.85 | 0.08 | 64.2 | 0.83 | 0.53 |
| Hex | DC | EA | 22 | 6 | 0 | 55 | 8 | 40 | 53 | 35 |
| Octal | 334 | 352 | 42 | 6 | 0 | 125 | 10 | 100 | 123 | 65 |
| Binary | 11011100 | 11101010 | 100010 | 110 | 0 | 1010101 | 1000 | 1000000 | 1010011 | 110101 |
Color Harmonies of #DCEA22
Complementary color
Monochromatic Colors of #DCEA22
Black with #DCEA22
Text Example
Text Example
White with #DCEA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA22; }
p { color: rgb(220,234,34); }
H1.HeaderClassName
{
color: #DCEA22;
}
.AnyTagClassName
{
color: #DCEA22;
}
</style>
background-color css
<style>
a { background-color: #DCEA22; }
a { background-color: rgb(220,234,34); }
div.DivClassName
{
background-color: #DCEA22;
}
.BgClassName
{
background-color: #DCEA22;
}
</style>
border-color css
<style>
span { border-color: #DCEA22; }
span { border-color: rgb(220,234,34); }
td.TdClassName
{
border-color: #DCEA22;
}
.TagClassName
{
border-color: #DCEA22;
}
</style>