Shades of Pear #DCE01E
Tints of Pear #DCE01E
RGB
CMYK
RGB Variations
Color information
#DCE01E (or 0xDCE01E) is known color: Pear. HEX triplet: DC, E0 and 1E. RGB value is (220,224,30). Sum of RGB (Red+Green+Blue) = 220+224+30=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 30 (12.11% from 255 or 6.33% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE01E is #231FE1. Grayscale: #C9C9C9. Windows color (decimal): -2301922 or 2023644. OLE color: 2023644.
HSL color Cylindrical-coordinate representation of color #DCE01E: hue angle of 61.24º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCE01E is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 30 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.12 |
| HSL | 61.24º | 0.76% | 0.5% | - |
| HSV(B) | 61.24º | 0.87% | 0.88% | - |
| XYZ | 56.41 | 68.62 | 11.5 | - |
| YUV | 200.69 | 31.67 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 30 | 0.02 | 0 | 0.87 | 0.12 | 61.24 | 0.76 | 0.5 |
| Hex | DC | E0 | 1E | 2 | 0 | 57 | C | 3D | 4C | 32 |
| Octal | 334 | 340 | 36 | 2 | 0 | 127 | 14 | 75 | 114 | 62 |
| Binary | 11011100 | 11100000 | 11110 | 10 | 0 | 1010111 | 1100 | 111101 | 1001100 | 110010 |
Color Harmonies of #DCE01E
Complementary color
Monochromatic Colors of #DCE01E
Black with #DCE01E
Text Example
Text Example
White with #DCE01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE01E; }
p { color: rgb(220,224,30); }
H1.HeaderClassName
{
color: #DCE01E;
}
.AnyTagClassName
{
color: #DCE01E;
}
</style>
background-color css
<style>
a { background-color: #DCE01E; }
a { background-color: rgb(220,224,30); }
div.DivClassName
{
background-color: #DCE01E;
}
.BgClassName
{
background-color: #DCE01E;
}
</style>
border-color css
<style>
span { border-color: #DCE01E; }
span { border-color: rgb(220,224,30); }
td.TdClassName
{
border-color: #DCE01E;
}
.TagClassName
{
border-color: #DCE01E;
}
</style>