Shades of Pear #DDF341
Tints of Pear #DDF341
RGB
CMYK
RGB Variations
Color information
#DDF341 (or 0xDDF341) is known color: Pear. HEX triplet: DD, F3 and 41. RGB value is (221,243,65). Sum of RGB (Red+Green+Blue) = 221+243+65=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 65 (25.78% from 255 or 12.29% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF341 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF341 is #220CBE. Grayscale: #D8D8D8. Windows color (decimal): -2231487 or 4322269. OLE color: 4322269.
HSL color Cylindrical-coordinate representation of color #DDF341: hue angle of 67.42º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDF341 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 65 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.05 |
| HSL | 67.42º | 0.88% | 0.6% | - |
| HSV(B) | 67.42º | 0.73% | 0.95% | - |
| XYZ | 62.82 | 79.86 | 17.1 | - |
| YUV | 216.13 | 42.71 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 65 | 0.09 | 0 | 0.73 | 0.05 | 67.42 | 0.88 | 0.6 |
| Hex | DD | F3 | 41 | 9 | 0 | 49 | 5 | 43 | 58 | 3C |
| Octal | 335 | 363 | 101 | 11 | 0 | 111 | 5 | 103 | 130 | 74 |
| Binary | 11011101 | 11110011 | 1000001 | 1001 | 0 | 1001001 | 101 | 1000011 | 1011000 | 111100 |
Color Harmonies of #DDF341
Complementary color
Monochromatic Colors of #DDF341
Black with #DDF341
Text Example
Text Example
White with #DDF341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF341; }
p { color: rgb(221,243,65); }
H1.HeaderClassName
{
color: #DDF341;
}
.AnyTagClassName
{
color: #DDF341;
}
</style>
background-color css
<style>
a { background-color: #DDF341; }
a { background-color: rgb(221,243,65); }
div.DivClassName
{
background-color: #DDF341;
}
.BgClassName
{
background-color: #DDF341;
}
</style>
border-color css
<style>
span { border-color: #DDF341; }
span { border-color: rgb(221,243,65); }
td.TdClassName
{
border-color: #DDF341;
}
.TagClassName
{
border-color: #DDF341;
}
</style>