Shades of Pear #DDF320
Tints of Pear #DDF320
RGB
CMYK
RGB Variations
Color information
#DDF320 (or 0xDDF320) is known color: Pear. HEX triplet: DD, F3 and 20. RGB value is (221,243,32). Sum of RGB (Red+Green+Blue) = 221+243+32=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 32 (12.89% from 255 or 6.45% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF320 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF320 is #220CDF. Grayscale: #D5D5D5. Windows color (decimal): -2231520 or 2159581. OLE color: 2159581.
HSL color Cylindrical-coordinate representation of color #DDF320: hue angle of 66.26º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDF320 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 32 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.05 |
| HSL | 66.26º | 0.9% | 0.54% | - |
| HSV(B) | 66.26º | 0.87% | 0.95% | - |
| XYZ | 62.13 | 79.58 | 13.45 | - |
| YUV | 212.37 | 26.21 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 32 | 0.09 | 0 | 0.87 | 0.05 | 66.26 | 0.9 | 0.54 |
| Hex | DD | F3 | 20 | 9 | 0 | 57 | 5 | 42 | 5A | 36 |
| Octal | 335 | 363 | 40 | 11 | 0 | 127 | 5 | 102 | 132 | 66 |
| Binary | 11011101 | 11110011 | 100000 | 1001 | 0 | 1010111 | 101 | 1000010 | 1011010 | 110110 |
Color Harmonies of #DDF320
Complementary color
Monochromatic Colors of #DDF320
Black with #DDF320
Text Example
Text Example
White with #DDF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF320; }
p { color: rgb(221,243,32); }
H1.HeaderClassName
{
color: #DDF320;
}
.AnyTagClassName
{
color: #DDF320;
}
</style>
background-color css
<style>
a { background-color: #DDF320; }
a { background-color: rgb(221,243,32); }
div.DivClassName
{
background-color: #DDF320;
}
.BgClassName
{
background-color: #DDF320;
}
</style>
border-color css
<style>
span { border-color: #DDF320; }
span { border-color: rgb(221,243,32); }
td.TdClassName
{
border-color: #DDF320;
}
.TagClassName
{
border-color: #DDF320;
}
</style>