Shades of Pear #DDE726
Tints of Pear #DDE726
RGB
CMYK
RGB Variations
Color information
#DDE726 (or 0xDDE726) is known color: Pear. HEX triplet: DD, E7 and 26. RGB value is (221,231,38). Sum of RGB (Red+Green+Blue) = 221+231+38=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 38 (15.23% from 255 or 7.76% from 490); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE726 is #2218D9. Grayscale: #CECECE. Windows color (decimal): -2234586 or 2549725. OLE color: 2549725.
HSL color Cylindrical-coordinate representation of color #DDE726: hue angle of 63.11º 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 #DDE726 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 231 | 38 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.09 |
| HSL | 63.11º | 0.8% | 0.53% | - |
| HSV(B) | 63.11º | 0.84% | 0.91% | - |
| XYZ | 58.74 | 72.66 | 12.76 | - |
| YUV | 206.01 | 33.19 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 38 | 0.04 | 0 | 0.84 | 0.09 | 63.11 | 0.8 | 0.53 |
| Hex | DD | E7 | 26 | 4 | 0 | 54 | 9 | 3F | 50 | 35 |
| Octal | 335 | 347 | 46 | 4 | 0 | 124 | 11 | 77 | 120 | 65 |
| Binary | 11011101 | 11100111 | 100110 | 100 | 0 | 1010100 | 1001 | 111111 | 1010000 | 110101 |
Color Harmonies of #DDE726
Complementary color
Monochromatic Colors of #DDE726
Black with #DDE726
Text Example
Text Example
White with #DDE726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE726; }
p { color: rgb(221,231,38); }
H1.HeaderClassName
{
color: #DDE726;
}
.AnyTagClassName
{
color: #DDE726;
}
</style>
background-color css
<style>
a { background-color: #DDE726; }
a { background-color: rgb(221,231,38); }
div.DivClassName
{
background-color: #DDE726;
}
.BgClassName
{
background-color: #DDE726;
}
</style>
border-color css
<style>
span { border-color: #DDE726; }
span { border-color: rgb(221,231,38); }
td.TdClassName
{
border-color: #DDE726;
}
.TagClassName
{
border-color: #DDE726;
}
</style>