Shades of Pear #DCE326
Tints of Pear #DCE326
RGB
CMYK
RGB Variations
Color information
#DCE326 (or 0xDCE326) is known color: Pear. HEX triplet: DC, E3 and 26. RGB value is (220,227,38). Sum of RGB (Red+Green+Blue) = 220+227+38=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 38 (15.23% from 255 or 7.84% from 485); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE326 is #231CD9. Grayscale: #CCCCCC. Windows color (decimal): -2301146 or 2548700. OLE color: 2548700.
HSL color Cylindrical-coordinate representation of color #DCE326: hue angle of 62.22º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCE326 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 38 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.11 |
| HSL | 62.22º | 0.77% | 0.52% | - |
| HSV(B) | 62.22º | 0.83% | 0.89% | - |
| XYZ | 57.33 | 70.29 | 12.38 | - |
| YUV | 203.36 | 34.68 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 38 | 0.03 | 0 | 0.83 | 0.11 | 62.22 | 0.77 | 0.52 |
| Hex | DC | E3 | 26 | 3 | 0 | 53 | B | 3E | 4D | 34 |
| Octal | 334 | 343 | 46 | 3 | 0 | 123 | 13 | 76 | 115 | 64 |
| Binary | 11011100 | 11100011 | 100110 | 11 | 0 | 1010011 | 1011 | 111110 | 1001101 | 110100 |
Color Harmonies of #DCE326
Complementary color
Monochromatic Colors of #DCE326
Black with #DCE326
Text Example
Text Example
White with #DCE326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE326; }
p { color: rgb(220,227,38); }
H1.HeaderClassName
{
color: #DCE326;
}
.AnyTagClassName
{
color: #DCE326;
}
</style>
background-color css
<style>
a { background-color: #DCE326; }
a { background-color: rgb(220,227,38); }
div.DivClassName
{
background-color: #DCE326;
}
.BgClassName
{
background-color: #DCE326;
}
</style>
border-color css
<style>
span { border-color: #DCE326; }
span { border-color: rgb(220,227,38); }
td.TdClassName
{
border-color: #DCE326;
}
.TagClassName
{
border-color: #DCE326;
}
</style>