Shades of Pear #DCED26
Tints of Pear #DCED26
RGB
CMYK
RGB Variations
Color information
#DCED26 (or 0xDCED26) is known color: Pear. HEX triplet: DC, ED and 26. RGB value is (220,237,38). Sum of RGB (Red+Green+Blue) = 220+237+38=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 38 (15.23% from 255 or 7.68% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED26 is #2312D9. Grayscale: #D2D2D2. Windows color (decimal): -2298586 or 2551260. OLE color: 2551260.
HSL color Cylindrical-coordinate representation of color #DCED26: hue angle of 65.13º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCED26 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 38 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.07 |
| HSL | 65.13º | 0.85% | 0.54% | - |
| HSV(B) | 65.13º | 0.84% | 0.93% | - |
| XYZ | 60.15 | 75.92 | 13.32 | - |
| YUV | 209.23 | 31.37 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 38 | 0.07 | 0 | 0.84 | 0.07 | 65.13 | 0.85 | 0.54 |
| Hex | DC | ED | 26 | 7 | 0 | 54 | 7 | 41 | 55 | 36 |
| Octal | 334 | 355 | 46 | 7 | 0 | 124 | 7 | 101 | 125 | 66 |
| Binary | 11011100 | 11101101 | 100110 | 111 | 0 | 1010100 | 111 | 1000001 | 1010101 | 110110 |
Color Harmonies of #DCED26
Complementary color
Monochromatic Colors of #DCED26
Black with #DCED26
Text Example
Text Example
White with #DCED26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED26; }
p { color: rgb(220,237,38); }
H1.HeaderClassName
{
color: #DCED26;
}
.AnyTagClassName
{
color: #DCED26;
}
</style>
background-color css
<style>
a { background-color: #DCED26; }
a { background-color: rgb(220,237,38); }
div.DivClassName
{
background-color: #DCED26;
}
.BgClassName
{
background-color: #DCED26;
}
</style>
border-color css
<style>
span { border-color: #DCED26; }
span { border-color: rgb(220,237,38); }
td.TdClassName
{
border-color: #DCED26;
}
.TagClassName
{
border-color: #DCED26;
}
</style>