Shades of Pear #DCEA34
Tints of Pear #DCEA34
RGB
CMYK
RGB Variations
Color information
#DCEA34 (or 0xDCEA34) is known color: Pear. HEX triplet: DC, EA and 34. RGB value is (220,234,52). Sum of RGB (Red+Green+Blue) = 220+234+52=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 52 (20.70% from 255 or 10.28% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA34 is #2315CB. Grayscale: #D1D1D1. Windows color (decimal): -2299340 or 3467996. OLE color: 3467996.
HSL color Cylindrical-coordinate representation of color #DCEA34: hue angle of 64.62º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCEA34 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 52 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.08 |
| HSL | 64.62º | 0.81% | 0.56% | - |
| HSV(B) | 64.62º | 0.78% | 0.92% | - |
| XYZ | 59.56 | 74.31 | 14.45 | - |
| YUV | 209.07 | 39.36 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 52 | 0.06 | 0 | 0.78 | 0.08 | 64.62 | 0.81 | 0.56 |
| Hex | DC | EA | 34 | 6 | 0 | 4E | 8 | 41 | 51 | 38 |
| Octal | 334 | 352 | 64 | 6 | 0 | 116 | 10 | 101 | 121 | 70 |
| Binary | 11011100 | 11101010 | 110100 | 110 | 0 | 1001110 | 1000 | 1000001 | 1010001 | 111000 |
Color Harmonies of #DCEA34
Complementary color
Monochromatic Colors of #DCEA34
Black with #DCEA34
Text Example
Text Example
White with #DCEA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA34; }
p { color: rgb(220,234,52); }
H1.HeaderClassName
{
color: #DCEA34;
}
.AnyTagClassName
{
color: #DCEA34;
}
</style>
background-color css
<style>
a { background-color: #DCEA34; }
a { background-color: rgb(220,234,52); }
div.DivClassName
{
background-color: #DCEA34;
}
.BgClassName
{
background-color: #DCEA34;
}
</style>
border-color css
<style>
span { border-color: #DCEA34; }
span { border-color: rgb(220,234,52); }
td.TdClassName
{
border-color: #DCEA34;
}
.TagClassName
{
border-color: #DCEA34;
}
</style>