Shades of Pear #DCE11A
Tints of Pear #DCE11A
RGB
CMYK
RGB Variations
Color information
#DCE11A (or 0xDCE11A) is known color: Pear. HEX triplet: DC, E1 and 1A. RGB value is (220,225,26). Sum of RGB (Red+Green+Blue) = 220+225+26=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 26 (10.55% from 255 or 5.52% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE11A is #231EE5. Grayscale: #C9C9C9. Windows color (decimal): -2301670 or 1761756. OLE color: 1761756.
HSL color Cylindrical-coordinate representation of color #DCE11A: hue angle of 61.51º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCE11A is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 26 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.12 |
| HSL | 61.51º | 0.79% | 0.49% | - |
| HSV(B) | 61.51º | 0.88% | 0.88% | - |
| XYZ | 56.63 | 69.14 | 11.34 | - |
| YUV | 200.82 | 29.34 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 26 | 0.02 | 0 | 0.88 | 0.12 | 61.51 | 0.79 | 0.49 |
| Hex | DC | E1 | 1A | 2 | 0 | 58 | C | 3E | 4F | 31 |
| Octal | 334 | 341 | 32 | 2 | 0 | 130 | 14 | 76 | 117 | 61 |
| Binary | 11011100 | 11100001 | 11010 | 10 | 0 | 1011000 | 1100 | 111110 | 1001111 | 110001 |
Color Harmonies of #DCE11A
Complementary color
Monochromatic Colors of #DCE11A
Black with #DCE11A
Text Example
Text Example
White with #DCE11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE11A; }
p { color: rgb(220,225,26); }
H1.HeaderClassName
{
color: #DCE11A;
}
.AnyTagClassName
{
color: #DCE11A;
}
</style>
background-color css
<style>
a { background-color: #DCE11A; }
a { background-color: rgb(220,225,26); }
div.DivClassName
{
background-color: #DCE11A;
}
.BgClassName
{
background-color: #DCE11A;
}
</style>
border-color css
<style>
span { border-color: #DCE11A; }
span { border-color: rgb(220,225,26); }
td.TdClassName
{
border-color: #DCE11A;
}
.TagClassName
{
border-color: #DCE11A;
}
</style>