Shades of Pear #DCE21A
Tints of Pear #DCE21A
RGB
CMYK
RGB Variations
Color information
#DCE21A (or 0xDCE21A) is known color: Pear. HEX triplet: DC, E2 and 1A. RGB value is (220,226,26). Sum of RGB (Red+Green+Blue) = 220+226+26=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 26 (10.55% from 255 or 5.51% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE21A is #231DE5. Grayscale: #CACACA. Windows color (decimal): -2301414 or 1762012. OLE color: 1762012.
HSL color Cylindrical-coordinate representation of color #DCE21A: hue angle of 61.8º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCE21A is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 26 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.11 |
| HSL | 61.8º | 0.79% | 0.49% | - |
| HSV(B) | 61.8º | 0.88% | 0.89% | - |
| XYZ | 56.9 | 69.68 | 11.43 | - |
| YUV | 201.41 | 29.01 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 26 | 0.03 | 0 | 0.88 | 0.11 | 61.8 | 0.79 | 0.49 |
| Hex | DC | E2 | 1A | 3 | 0 | 58 | B | 3E | 4F | 31 |
| Octal | 334 | 342 | 32 | 3 | 0 | 130 | 13 | 76 | 117 | 61 |
| Binary | 11011100 | 11100010 | 11010 | 11 | 0 | 1011000 | 1011 | 111110 | 1001111 | 110001 |
Color Harmonies of #DCE21A
Complementary color
Monochromatic Colors of #DCE21A
Black with #DCE21A
Text Example
Text Example
White with #DCE21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE21A; }
p { color: rgb(220,226,26); }
H1.HeaderClassName
{
color: #DCE21A;
}
.AnyTagClassName
{
color: #DCE21A;
}
</style>
background-color css
<style>
a { background-color: #DCE21A; }
a { background-color: rgb(220,226,26); }
div.DivClassName
{
background-color: #DCE21A;
}
.BgClassName
{
background-color: #DCE21A;
}
</style>
border-color css
<style>
span { border-color: #DCE21A; }
span { border-color: rgb(220,226,26); }
td.TdClassName
{
border-color: #DCE21A;
}
.TagClassName
{
border-color: #DCE21A;
}
</style>