Shades of Pear #DCE61B
Tints of Pear #DCE61B
RGB
CMYK
RGB Variations
Color information
#DCE61B (or 0xDCE61B) is known color: Pear. HEX triplet: DC, E6 and 1B. RGB value is (220,230,27). Sum of RGB (Red+Green+Blue) = 220+230+27=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 230 (90.23% from 255 or 48.22% from 477); Blue value is 27 (10.94% from 255 or 5.66% from 477); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE61B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE61B is #2319E4. Grayscale: #CCCCCC. Windows color (decimal): -2300389 or 1828572. OLE color: 1828572.
HSL color Cylindrical-coordinate representation of color #DCE61B: hue angle of 62.96º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCE61B is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 27 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.10 |
| HSL | 62.96º | 0.8% | 0.5% | - |
| HSV(B) | 62.96º | 0.88% | 0.9% | - |
| XYZ | 58.01 | 71.89 | 11.86 | - |
| YUV | 203.87 | 28.19 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 27 | 0.04 | 0 | 0.88 | 0.10 | 62.96 | 0.8 | 0.5 |
| Hex | DC | E6 | 1B | 4 | 0 | 58 | A | 3F | 50 | 32 |
| Octal | 334 | 346 | 33 | 4 | 0 | 130 | 12 | 77 | 120 | 62 |
| Binary | 11011100 | 11100110 | 11011 | 100 | 0 | 1011000 | 1010 | 111111 | 1010000 | 110010 |
Color Harmonies of #DCE61B
Complementary color
Monochromatic Colors of #DCE61B
Black with #DCE61B
Text Example
Text Example
White with #DCE61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE61B; }
p { color: rgb(220,230,27); }
H1.HeaderClassName
{
color: #DCE61B;
}
.AnyTagClassName
{
color: #DCE61B;
}
</style>
background-color css
<style>
a { background-color: #DCE61B; }
a { background-color: rgb(220,230,27); }
div.DivClassName
{
background-color: #DCE61B;
}
.BgClassName
{
background-color: #DCE61B;
}
</style>
border-color css
<style>
span { border-color: #DCE61B; }
span { border-color: rgb(220,230,27); }
td.TdClassName
{
border-color: #DCE61B;
}
.TagClassName
{
border-color: #DCE61B;
}
</style>