Shades of Pear #DDF940
Tints of Pear #DDF940
RGB
CMYK
RGB Variations
Color information
#DDF940 (or 0xDDF940) is known color: Pear. HEX triplet: DD, F9 and 40. RGB value is (221,249,64). Sum of RGB (Red+Green+Blue) = 221+249+64=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 64 (25.39% from 255 or 11.99% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF940 is #2206BF. Grayscale: #DCDCDC. Windows color (decimal): -2229952 or 4258269. OLE color: 4258269.
HSL color Cylindrical-coordinate representation of color #DDF940: hue angle of 69.08º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDF940 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 64 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.02 |
| HSL | 69.08º | 0.94% | 0.61% | - |
| HSV(B) | 69.08º | 0.74% | 0.98% | - |
| XYZ | 64.62 | 83.49 | 17.56 | - |
| YUV | 219.54 | 40.22 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 64 | 0.11 | 0 | 0.74 | 0.02 | 69.08 | 0.94 | 0.61 |
| Hex | DD | F9 | 40 | B | 0 | 4A | 2 | 45 | 5E | 3D |
| Octal | 335 | 371 | 100 | 13 | 0 | 112 | 2 | 105 | 136 | 75 |
| Binary | 11011101 | 11111001 | 1000000 | 1011 | 0 | 1001010 | 10 | 1000101 | 1011110 | 111101 |
Color Harmonies of #DDF940
Complementary color
Monochromatic Colors of #DDF940
Black with #DDF940
Text Example
Text Example
White with #DDF940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF940; }
p { color: rgb(221,249,64); }
H1.HeaderClassName
{
color: #DDF940;
}
.AnyTagClassName
{
color: #DDF940;
}
</style>
background-color css
<style>
a { background-color: #DDF940; }
a { background-color: rgb(221,249,64); }
div.DivClassName
{
background-color: #DDF940;
}
.BgClassName
{
background-color: #DDF940;
}
</style>
border-color css
<style>
span { border-color: #DDF940; }
span { border-color: rgb(221,249,64); }
td.TdClassName
{
border-color: #DDF940;
}
.TagClassName
{
border-color: #DDF940;
}
</style>