Shades of Pear #DDF823
Tints of Pear #DDF823
RGB
CMYK
RGB Variations
Color information
#DDF823 (or 0xDDF823) is known color: Pear. HEX triplet: DD, F8 and 23. RGB value is (221,248,35). Sum of RGB (Red+Green+Blue) = 221+248+35=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 35 (14.06% from 255 or 6.94% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF823 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF823 is #2207DC. Grayscale: #D8D8D8. Windows color (decimal): -2230237 or 2357469. OLE color: 2357469.
HSL color Cylindrical-coordinate representation of color #DDF823: hue angle of 67.61º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDF823 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 35 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.03 |
| HSL | 67.61º | 0.94% | 0.55% | - |
| HSV(B) | 67.61º | 0.86% | 0.97% | - |
| XYZ | 63.69 | 82.63 | 14.18 | - |
| YUV | 215.65 | 26.05 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 35 | 0.11 | 0 | 0.86 | 0.03 | 67.61 | 0.94 | 0.55 |
| Hex | DD | F8 | 23 | B | 0 | 56 | 3 | 44 | 5E | 37 |
| Octal | 335 | 370 | 43 | 13 | 0 | 126 | 3 | 104 | 136 | 67 |
| Binary | 11011101 | 11111000 | 100011 | 1011 | 0 | 1010110 | 11 | 1000100 | 1011110 | 110111 |
Color Harmonies of #DDF823
Complementary color
Monochromatic Colors of #DDF823
Black with #DDF823
Text Example
Text Example
White with #DDF823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF823; }
p { color: rgb(221,248,35); }
H1.HeaderClassName
{
color: #DDF823;
}
.AnyTagClassName
{
color: #DDF823;
}
</style>
background-color css
<style>
a { background-color: #DDF823; }
a { background-color: rgb(221,248,35); }
div.DivClassName
{
background-color: #DDF823;
}
.BgClassName
{
background-color: #DDF823;
}
</style>
border-color css
<style>
span { border-color: #DDF823; }
span { border-color: rgb(221,248,35); }
td.TdClassName
{
border-color: #DDF823;
}
.TagClassName
{
border-color: #DDF823;
}
</style>