Shades of Pear #DCE21B
Tints of Pear #DCE21B
RGB
CMYK
RGB Variations
Color information
#DCE21B (or 0xDCE21B) is known color: Pear. HEX triplet: DC, E2 and 1B. RGB value is (220,226,27). Sum of RGB (Red+Green+Blue) = 220+226+27=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 27 (10.94% from 255 or 5.71% from 473); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE21B is #231DE4. Grayscale: #CACACA. Windows color (decimal): -2301413 or 1827548. OLE color: 1827548.
HSL color Cylindrical-coordinate representation of color #DCE21B: hue angle of 61.81º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCE21B is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 27 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.11 |
| HSL | 61.81º | 0.79% | 0.5% | - |
| HSV(B) | 61.81º | 0.88% | 0.89% | - |
| XYZ | 56.91 | 69.69 | 11.49 | - |
| YUV | 201.52 | 29.51 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 27 | 0.03 | 0 | 0.88 | 0.11 | 61.81 | 0.79 | 0.5 |
| Hex | DC | E2 | 1B | 3 | 0 | 58 | B | 3E | 4F | 32 |
| Octal | 334 | 342 | 33 | 3 | 0 | 130 | 13 | 76 | 117 | 62 |
| Binary | 11011100 | 11100010 | 11011 | 11 | 0 | 1011000 | 1011 | 111110 | 1001111 | 110010 |
Color Harmonies of #DCE21B
Complementary color
Monochromatic Colors of #DCE21B
Black with #DCE21B
Text Example
Text Example
White with #DCE21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE21B; }
p { color: rgb(220,226,27); }
H1.HeaderClassName
{
color: #DCE21B;
}
.AnyTagClassName
{
color: #DCE21B;
}
</style>
background-color css
<style>
a { background-color: #DCE21B; }
a { background-color: rgb(220,226,27); }
div.DivClassName
{
background-color: #DCE21B;
}
.BgClassName
{
background-color: #DCE21B;
}
</style>
border-color css
<style>
span { border-color: #DCE21B; }
span { border-color: rgb(220,226,27); }
td.TdClassName
{
border-color: #DCE21B;
}
.TagClassName
{
border-color: #DCE21B;
}
</style>