Shades of Pear #DCE631
Tints of Pear #DCE631
RGB
CMYK
RGB Variations
Color information
#DCE631 (or 0xDCE631) is known color: Pear. HEX triplet: DC, E6 and 31. RGB value is (220,230,49). Sum of RGB (Red+Green+Blue) = 220+230+49=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 49 (19.53% from 255 or 9.82% from 499); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE631 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE631 is #2319CE. Grayscale: #CFCFCF. Windows color (decimal): -2300367 or 3270364. OLE color: 3270364.
HSL color Cylindrical-coordinate representation of color #DCE631: hue angle of 63.31º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCE631 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 49 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.10 |
| HSL | 63.31º | 0.78% | 0.55% | - |
| HSV(B) | 63.31º | 0.79% | 0.9% | - |
| XYZ | 58.37 | 72.03 | 13.73 | - |
| YUV | 206.38 | 39.19 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 49 | 0.04 | 0 | 0.79 | 0.10 | 63.31 | 0.78 | 0.55 |
| Hex | DC | E6 | 31 | 4 | 0 | 4F | A | 3F | 4E | 37 |
| Octal | 334 | 346 | 61 | 4 | 0 | 117 | 12 | 77 | 116 | 67 |
| Binary | 11011100 | 11100110 | 110001 | 100 | 0 | 1001111 | 1010 | 111111 | 1001110 | 110111 |
Color Harmonies of #DCE631
Complementary color
Monochromatic Colors of #DCE631
Black with #DCE631
Text Example
Text Example
White with #DCE631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE631; }
p { color: rgb(220,230,49); }
H1.HeaderClassName
{
color: #DCE631;
}
.AnyTagClassName
{
color: #DCE631;
}
</style>
background-color css
<style>
a { background-color: #DCE631; }
a { background-color: rgb(220,230,49); }
div.DivClassName
{
background-color: #DCE631;
}
.BgClassName
{
background-color: #DCE631;
}
</style>
border-color css
<style>
span { border-color: #DCE631; }
span { border-color: rgb(220,230,49); }
td.TdClassName
{
border-color: #DCE631;
}
.TagClassName
{
border-color: #DCE631;
}
</style>