Shades of Pear #DCE32F
Tints of Pear #DCE32F
RGB
CMYK
RGB Variations
Color information
#DCE32F (or 0xDCE32F) is known color: Pear. HEX triplet: DC, E3 and 2F. RGB value is (220,227,47). Sum of RGB (Red+Green+Blue) = 220+227+47=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 47 (18.75% from 255 or 9.51% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE32F is #231CD0. Grayscale: #CDCDCD. Windows color (decimal): -2301137 or 3138524. OLE color: 3138524.
HSL color Cylindrical-coordinate representation of color #DCE32F: hue angle of 62.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCE32F is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 47 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.11 |
| HSL | 62.33º | 0.76% | 0.54% | - |
| HSV(B) | 62.33º | 0.79% | 0.89% | - |
| XYZ | 57.5 | 70.36 | 13.24 | - |
| YUV | 204.39 | 39.18 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 47 | 0.03 | 0 | 0.79 | 0.11 | 62.33 | 0.76 | 0.54 |
| Hex | DC | E3 | 2F | 3 | 0 | 4F | B | 3E | 4C | 36 |
| Octal | 334 | 343 | 57 | 3 | 0 | 117 | 13 | 76 | 114 | 66 |
| Binary | 11011100 | 11100011 | 101111 | 11 | 0 | 1001111 | 1011 | 111110 | 1001100 | 110110 |
Color Harmonies of #DCE32F
Complementary color
Monochromatic Colors of #DCE32F
Black with #DCE32F
Text Example
Text Example
White with #DCE32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE32F; }
p { color: rgb(220,227,47); }
H1.HeaderClassName
{
color: #DCE32F;
}
.AnyTagClassName
{
color: #DCE32F;
}
</style>
background-color css
<style>
a { background-color: #DCE32F; }
a { background-color: rgb(220,227,47); }
div.DivClassName
{
background-color: #DCE32F;
}
.BgClassName
{
background-color: #DCE32F;
}
</style>
border-color css
<style>
span { border-color: #DCE32F; }
span { border-color: rgb(220,227,47); }
td.TdClassName
{
border-color: #DCE32F;
}
.TagClassName
{
border-color: #DCE32F;
}
</style>