Shades of Pear #DCE312
Tints of Pear #DCE312
RGB
CMYK
RGB Variations
Color information
#DCE312 (or 0xDCE312) is known color: Pear. HEX triplet: DC, E3 and 12. RGB value is (220,227,18). Sum of RGB (Red+Green+Blue) = 220+227+18=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE312 is #231CED. Grayscale: #C9C9C9. Windows color (decimal): -2301166 or 1237980. OLE color: 1237980.
HSL color Cylindrical-coordinate representation of color #DCE312: hue angle of 62.01º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCE312 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 18 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.11 |
| HSL | 62.01º | 0.85% | 0.48% | - |
| HSV(B) | 62.01º | 0.92% | 0.89% | - |
| XYZ | 57.09 | 70.2 | 11.11 | - |
| YUV | 201.08 | 24.68 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 18 | 0.03 | 0 | 0.92 | 0.11 | 62.01 | 0.85 | 0.48 |
| Hex | DC | E3 | 12 | 3 | 0 | 5C | B | 3E | 55 | 30 |
| Octal | 334 | 343 | 22 | 3 | 0 | 134 | 13 | 76 | 125 | 60 |
| Binary | 11011100 | 11100011 | 10010 | 11 | 0 | 1011100 | 1011 | 111110 | 1010101 | 110000 |
Color Harmonies of #DCE312
Complementary color
Monochromatic Colors of #DCE312
Black with #DCE312
Text Example
Text Example
White with #DCE312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE312; }
p { color: rgb(220,227,18); }
H1.HeaderClassName
{
color: #DCE312;
}
.AnyTagClassName
{
color: #DCE312;
}
</style>
background-color css
<style>
a { background-color: #DCE312; }
a { background-color: rgb(220,227,18); }
div.DivClassName
{
background-color: #DCE312;
}
.BgClassName
{
background-color: #DCE312;
}
</style>
border-color css
<style>
span { border-color: #DCE312; }
span { border-color: rgb(220,227,18); }
td.TdClassName
{
border-color: #DCE312;
}
.TagClassName
{
border-color: #DCE312;
}
</style>