Shades of Pear #DCE726
Tints of Pear #DCE726
RGB
CMYK
RGB Variations
Color information
#DCE726 (or 0xDCE726) is known color: Pear. HEX triplet: DC, E7 and 26. RGB value is (220,231,38). Sum of RGB (Red+Green+Blue) = 220+231+38=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 231 (90.62% from 255 or 47.24% from 489); Blue value is 38 (15.23% from 255 or 7.77% from 489); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE726 is #2318D9. Grayscale: #CECECE. Windows color (decimal): -2300122 or 2549724. OLE color: 2549724.
HSL color Cylindrical-coordinate representation of color #DCE726: hue angle of 63.42º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCE726 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 38 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.09 |
| HSL | 63.42º | 0.8% | 0.53% | - |
| HSV(B) | 63.42º | 0.84% | 0.91% | - |
| XYZ | 58.44 | 72.51 | 12.75 | - |
| YUV | 205.71 | 33.36 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 38 | 0.05 | 0 | 0.84 | 0.09 | 63.42 | 0.8 | 0.53 |
| Hex | DC | E7 | 26 | 5 | 0 | 54 | 9 | 3F | 50 | 35 |
| Octal | 334 | 347 | 46 | 5 | 0 | 124 | 11 | 77 | 120 | 65 |
| Binary | 11011100 | 11100111 | 100110 | 101 | 0 | 1010100 | 1001 | 111111 | 1010000 | 110101 |
Color Harmonies of #DCE726
Complementary color
Monochromatic Colors of #DCE726
Black with #DCE726
Text Example
Text Example
White with #DCE726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE726; }
p { color: rgb(220,231,38); }
H1.HeaderClassName
{
color: #DCE726;
}
.AnyTagClassName
{
color: #DCE726;
}
</style>
background-color css
<style>
a { background-color: #DCE726; }
a { background-color: rgb(220,231,38); }
div.DivClassName
{
background-color: #DCE726;
}
.BgClassName
{
background-color: #DCE726;
}
</style>
border-color css
<style>
span { border-color: #DCE726; }
span { border-color: rgb(220,231,38); }
td.TdClassName
{
border-color: #DCE726;
}
.TagClassName
{
border-color: #DCE726;
}
</style>