Shades of Pear #DDF321
Tints of Pear #DDF321
RGB
CMYK
RGB Variations
Color information
#DDF321 (or 0xDDF321) is known color: Pear. HEX triplet: DD, F3 and 21. RGB value is (221,243,33). Sum of RGB (Red+Green+Blue) = 221+243+33=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 33 (13.28% from 255 or 6.64% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF321 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF321 is #220CDE. Grayscale: #D5D5D5. Windows color (decimal): -2231519 or 2225117. OLE color: 2225117.
HSL color Cylindrical-coordinate representation of color #DDF321: hue angle of 66.29º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDF321 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 33 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.05 |
| HSL | 66.29º | 0.9% | 0.54% | - |
| HSV(B) | 66.29º | 0.86% | 0.95% | - |
| XYZ | 62.14 | 79.58 | 13.52 | - |
| YUV | 212.48 | 26.71 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 33 | 0.09 | 0 | 0.86 | 0.05 | 66.29 | 0.9 | 0.54 |
| Hex | DD | F3 | 21 | 9 | 0 | 56 | 5 | 42 | 5A | 36 |
| Octal | 335 | 363 | 41 | 11 | 0 | 126 | 5 | 102 | 132 | 66 |
| Binary | 11011101 | 11110011 | 100001 | 1001 | 0 | 1010110 | 101 | 1000010 | 1011010 | 110110 |
Color Harmonies of #DDF321
Complementary color
Monochromatic Colors of #DDF321
Black with #DDF321
Text Example
Text Example
White with #DDF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF321; }
p { color: rgb(221,243,33); }
H1.HeaderClassName
{
color: #DDF321;
}
.AnyTagClassName
{
color: #DDF321;
}
</style>
background-color css
<style>
a { background-color: #DDF321; }
a { background-color: rgb(221,243,33); }
div.DivClassName
{
background-color: #DDF321;
}
.BgClassName
{
background-color: #DDF321;
}
</style>
border-color css
<style>
span { border-color: #DDF321; }
span { border-color: rgb(221,243,33); }
td.TdClassName
{
border-color: #DDF321;
}
.TagClassName
{
border-color: #DDF321;
}
</style>