Shades of Pear #DDF945
Tints of Pear #DDF945
RGB
CMYK
RGB Variations
Color information
#DDF945 (or 0xDDF945) is known color: Pear. HEX triplet: DD, F9 and 45. RGB value is (221,249,69). Sum of RGB (Red+Green+Blue) = 221+249+69=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 69 (27.34% from 255 or 12.80% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF945 is #2206BA. Grayscale: #DCDCDC. Windows color (decimal): -2229947 or 4585949. OLE color: 4585949.
HSL color Cylindrical-coordinate representation of color #DDF945: hue angle of 69.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDF945 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 69 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.02 |
| HSL | 69.33º | 0.94% | 0.62% | - |
| HSV(B) | 69.33º | 0.72% | 0.98% | - |
| XYZ | 64.77 | 83.55 | 18.34 | - |
| YUV | 220.11 | 42.72 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 69 | 0.11 | 0 | 0.72 | 0.02 | 69.33 | 0.94 | 0.62 |
| Hex | DD | F9 | 45 | B | 0 | 48 | 2 | 45 | 5E | 3E |
| Octal | 335 | 371 | 105 | 13 | 0 | 110 | 2 | 105 | 136 | 76 |
| Binary | 11011101 | 11111001 | 1000101 | 1011 | 0 | 1001000 | 10 | 1000101 | 1011110 | 111110 |
Color Harmonies of #DDF945
Complementary color
Monochromatic Colors of #DDF945
Black with #DDF945
Text Example
Text Example
White with #DDF945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF945; }
p { color: rgb(221,249,69); }
H1.HeaderClassName
{
color: #DDF945;
}
.AnyTagClassName
{
color: #DDF945;
}
</style>
background-color css
<style>
a { background-color: #DDF945; }
a { background-color: rgb(221,249,69); }
div.DivClassName
{
background-color: #DDF945;
}
.BgClassName
{
background-color: #DDF945;
}
</style>
border-color css
<style>
span { border-color: #DDF945; }
span { border-color: rgb(221,249,69); }
td.TdClassName
{
border-color: #DDF945;
}
.TagClassName
{
border-color: #DDF945;
}
</style>