Shades of Pear #DCE11D
Tints of Pear #DCE11D
RGB
CMYK
RGB Variations
Color information
#DCE11D (or 0xDCE11D) is known color: Pear. HEX triplet: DC, E1 and 1D. RGB value is (220,225,29). Sum of RGB (Red+Green+Blue) = 220+225+29=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 29 (11.72% from 255 or 6.12% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE11D is #231EE2. Grayscale: #C9C9C9. Windows color (decimal): -2301667 or 1958364. OLE color: 1958364.
HSL color Cylindrical-coordinate representation of color #DCE11D: hue angle of 61.53º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCE11D is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 29 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.12 |
| HSL | 61.53º | 0.77% | 0.5% | - |
| HSV(B) | 61.53º | 0.87% | 0.88% | - |
| XYZ | 56.66 | 69.15 | 11.52 | - |
| YUV | 201.16 | 30.84 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 29 | 0.02 | 0 | 0.87 | 0.12 | 61.53 | 0.77 | 0.5 |
| Hex | DC | E1 | 1D | 2 | 0 | 57 | C | 3E | 4D | 32 |
| Octal | 334 | 341 | 35 | 2 | 0 | 127 | 14 | 76 | 115 | 62 |
| Binary | 11011100 | 11100001 | 11101 | 10 | 0 | 1010111 | 1100 | 111110 | 1001101 | 110010 |
Color Harmonies of #DCE11D
Complementary color
Monochromatic Colors of #DCE11D
Black with #DCE11D
Text Example
Text Example
White with #DCE11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE11D; }
p { color: rgb(220,225,29); }
H1.HeaderClassName
{
color: #DCE11D;
}
.AnyTagClassName
{
color: #DCE11D;
}
</style>
background-color css
<style>
a { background-color: #DCE11D; }
a { background-color: rgb(220,225,29); }
div.DivClassName
{
background-color: #DCE11D;
}
.BgClassName
{
background-color: #DCE11D;
}
</style>
border-color css
<style>
span { border-color: #DCE11D; }
span { border-color: rgb(220,225,29); }
td.TdClassName
{
border-color: #DCE11D;
}
.TagClassName
{
border-color: #DCE11D;
}
</style>