Shades of Pear #DCE51D
Tints of Pear #DCE51D
RGB
CMYK
RGB Variations
Color information
#DCE51D (or 0xDCE51D) is known color: Pear. HEX triplet: DC, E5 and 1D. RGB value is (220,229,29). Sum of RGB (Red+Green+Blue) = 220+229+29=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 29 (11.72% from 255 or 6.07% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE51D is #231AE2. Grayscale: #CCCCCC. Windows color (decimal): -2300643 or 1959388. OLE color: 1959388.
HSL color Cylindrical-coordinate representation of color #DCE51D: hue angle of 62.7º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCE51D is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 29 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.10 |
| HSL | 62.7º | 0.79% | 0.51% | - |
| HSV(B) | 62.7º | 0.87% | 0.9% | - |
| XYZ | 57.76 | 71.34 | 11.89 | - |
| YUV | 203.51 | 29.52 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 29 | 0.04 | 0 | 0.87 | 0.10 | 62.7 | 0.79 | 0.51 |
| Hex | DC | E5 | 1D | 4 | 0 | 57 | A | 3F | 4F | 33 |
| Octal | 334 | 345 | 35 | 4 | 0 | 127 | 12 | 77 | 117 | 63 |
| Binary | 11011100 | 11100101 | 11101 | 100 | 0 | 1010111 | 1010 | 111111 | 1001111 | 110011 |
Color Harmonies of #DCE51D
Complementary color
Monochromatic Colors of #DCE51D
Black with #DCE51D
Text Example
Text Example
White with #DCE51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE51D; }
p { color: rgb(220,229,29); }
H1.HeaderClassName
{
color: #DCE51D;
}
.AnyTagClassName
{
color: #DCE51D;
}
</style>
background-color css
<style>
a { background-color: #DCE51D; }
a { background-color: rgb(220,229,29); }
div.DivClassName
{
background-color: #DCE51D;
}
.BgClassName
{
background-color: #DCE51D;
}
</style>
border-color css
<style>
span { border-color: #DCE51D; }
span { border-color: rgb(220,229,29); }
td.TdClassName
{
border-color: #DCE51D;
}
.TagClassName
{
border-color: #DCE51D;
}
</style>