Shades of Pear #DCEA31
Tints of Pear #DCEA31
RGB
CMYK
RGB Variations
Color information
#DCEA31 (or 0xDCEA31) is known color: Pear. HEX triplet: DC, EA and 31. RGB value is (220,234,49). Sum of RGB (Red+Green+Blue) = 220+234+49=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 49 (19.53% from 255 or 9.74% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA31 is #2315CE. Grayscale: #D1D1D1. Windows color (decimal): -2299343 or 3271388. OLE color: 3271388.
HSL color Cylindrical-coordinate representation of color #DCEA31: hue angle of 64.54º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCEA31 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 49 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.08 |
| HSL | 64.54º | 0.81% | 0.55% | - |
| HSV(B) | 64.54º | 0.79% | 0.92% | - |
| XYZ | 59.49 | 74.28 | 14.11 | - |
| YUV | 208.72 | 37.86 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 49 | 0.06 | 0 | 0.79 | 0.08 | 64.54 | 0.81 | 0.55 |
| Hex | DC | EA | 31 | 6 | 0 | 4F | 8 | 41 | 51 | 37 |
| Octal | 334 | 352 | 61 | 6 | 0 | 117 | 10 | 101 | 121 | 67 |
| Binary | 11011100 | 11101010 | 110001 | 110 | 0 | 1001111 | 1000 | 1000001 | 1010001 | 110111 |
Color Harmonies of #DCEA31
Complementary color
Monochromatic Colors of #DCEA31
Black with #DCEA31
Text Example
Text Example
White with #DCEA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA31; }
p { color: rgb(220,234,49); }
H1.HeaderClassName
{
color: #DCEA31;
}
.AnyTagClassName
{
color: #DCEA31;
}
</style>
background-color css
<style>
a { background-color: #DCEA31; }
a { background-color: rgb(220,234,49); }
div.DivClassName
{
background-color: #DCEA31;
}
.BgClassName
{
background-color: #DCEA31;
}
</style>
border-color css
<style>
span { border-color: #DCEA31; }
span { border-color: rgb(220,234,49); }
td.TdClassName
{
border-color: #DCEA31;
}
.TagClassName
{
border-color: #DCEA31;
}
</style>