Shades of Pear #DCE31F
Tints of Pear #DCE31F
RGB
CMYK
RGB Variations
Color information
#DCE31F (or 0xDCE31F) is known color: Pear. HEX triplet: DC, E3 and 1F. RGB value is (220,227,31). Sum of RGB (Red+Green+Blue) = 220+227+31=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 31 (12.5% from 255 or 6.49% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE31F is #231CE0. Grayscale: #CBCBCB. Windows color (decimal): -2301153 or 2089948. OLE color: 2089948.
HSL color Cylindrical-coordinate representation of color #DCE31F: hue angle of 62.14º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCE31F is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 31 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.11 |
| HSL | 62.14º | 0.78% | 0.51% | - |
| HSV(B) | 62.14º | 0.86% | 0.89% | - |
| XYZ | 57.23 | 70.25 | 11.84 | - |
| YUV | 202.56 | 31.18 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 31 | 0.03 | 0 | 0.86 | 0.11 | 62.14 | 0.78 | 0.51 |
| Hex | DC | E3 | 1F | 3 | 0 | 56 | B | 3E | 4E | 33 |
| Octal | 334 | 343 | 37 | 3 | 0 | 126 | 13 | 76 | 116 | 63 |
| Binary | 11011100 | 11100011 | 11111 | 11 | 0 | 1010110 | 1011 | 111110 | 1001110 | 110011 |
Color Harmonies of #DCE31F
Complementary color
Monochromatic Colors of #DCE31F
Black with #DCE31F
Text Example
Text Example
White with #DCE31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE31F; }
p { color: rgb(220,227,31); }
H1.HeaderClassName
{
color: #DCE31F;
}
.AnyTagClassName
{
color: #DCE31F;
}
</style>
background-color css
<style>
a { background-color: #DCE31F; }
a { background-color: rgb(220,227,31); }
div.DivClassName
{
background-color: #DCE31F;
}
.BgClassName
{
background-color: #DCE31F;
}
</style>
border-color css
<style>
span { border-color: #DCE31F; }
span { border-color: rgb(220,227,31); }
td.TdClassName
{
border-color: #DCE31F;
}
.TagClassName
{
border-color: #DCE31F;
}
</style>