Shades of Pear #DCE923
Tints of Pear #DCE923
RGB
CMYK
RGB Variations
Color information
#DCE923 (or 0xDCE923) is known color: Pear. HEX triplet: DC, E9 and 23. RGB value is (220,233,35). Sum of RGB (Red+Green+Blue) = 220+233+35=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 35 (14.06% from 255 or 7.17% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE923 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE923 is #2316DC. Grayscale: #CFCFCF. Windows color (decimal): -2299613 or 2353628. OLE color: 2353628.
HSL color Cylindrical-coordinate representation of color #DCE923: hue angle of 63.94º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCE923 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 35 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.09 |
| HSL | 63.94º | 0.82% | 0.53% | - |
| HSV(B) | 63.94º | 0.85% | 0.91% | - |
| XYZ | 58.96 | 73.61 | 12.69 | - |
| YUV | 206.54 | 31.19 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 35 | 0.06 | 0 | 0.85 | 0.09 | 63.94 | 0.82 | 0.53 |
| Hex | DC | E9 | 23 | 6 | 0 | 55 | 9 | 40 | 52 | 35 |
| Octal | 334 | 351 | 43 | 6 | 0 | 125 | 11 | 100 | 122 | 65 |
| Binary | 11011100 | 11101001 | 100011 | 110 | 0 | 1010101 | 1001 | 1000000 | 1010010 | 110101 |
Color Harmonies of #DCE923
Complementary color
Monochromatic Colors of #DCE923
Black with #DCE923
Text Example
Text Example
White with #DCE923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE923; }
p { color: rgb(220,233,35); }
H1.HeaderClassName
{
color: #DCE923;
}
.AnyTagClassName
{
color: #DCE923;
}
</style>
background-color css
<style>
a { background-color: #DCE923; }
a { background-color: rgb(220,233,35); }
div.DivClassName
{
background-color: #DCE923;
}
.BgClassName
{
background-color: #DCE923;
}
</style>
border-color css
<style>
span { border-color: #DCE923; }
span { border-color: rgb(220,233,35); }
td.TdClassName
{
border-color: #DCE923;
}
.TagClassName
{
border-color: #DCE923;
}
</style>