Shades of Pear #DCE32D
Tints of Pear #DCE32D
RGB
CMYK
RGB Variations
Color information
#DCE32D (or 0xDCE32D) is known color: Pear. HEX triplet: DC, E3 and 2D. RGB value is (220,227,45). Sum of RGB (Red+Green+Blue) = 220+227+45=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE32D is #231CD2. Grayscale: #CCCCCC. Windows color (decimal): -2301139 or 3007452. OLE color: 3007452.
HSL color Cylindrical-coordinate representation of color #DCE32D: hue angle of 62.31º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCE32D is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 45 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.11 |
| HSL | 62.31º | 0.76% | 0.53% | - |
| HSV(B) | 62.31º | 0.8% | 0.89% | - |
| XYZ | 57.46 | 70.34 | 13.03 | - |
| YUV | 204.16 | 38.18 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 45 | 0.03 | 0 | 0.80 | 0.11 | 62.31 | 0.76 | 0.53 |
| Hex | DC | E3 | 2D | 3 | 0 | 50 | B | 3E | 4C | 35 |
| Octal | 334 | 343 | 55 | 3 | 0 | 120 | 13 | 76 | 114 | 65 |
| Binary | 11011100 | 11100011 | 101101 | 11 | 0 | 1010000 | 1011 | 111110 | 1001100 | 110101 |
Color Harmonies of #DCE32D
Complementary color
Monochromatic Colors of #DCE32D
Black with #DCE32D
Text Example
Text Example
White with #DCE32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE32D; }
p { color: rgb(220,227,45); }
H1.HeaderClassName
{
color: #DCE32D;
}
.AnyTagClassName
{
color: #DCE32D;
}
</style>
background-color css
<style>
a { background-color: #DCE32D; }
a { background-color: rgb(220,227,45); }
div.DivClassName
{
background-color: #DCE32D;
}
.BgClassName
{
background-color: #DCE32D;
}
</style>
border-color css
<style>
span { border-color: #DCE32D; }
span { border-color: rgb(220,227,45); }
td.TdClassName
{
border-color: #DCE32D;
}
.TagClassName
{
border-color: #DCE32D;
}
</style>