Shades of Pear #DDF324
Tints of Pear #DDF324
RGB
CMYK
RGB Variations
Color information
#DDF324 (or 0xDDF324) is known color: Pear. HEX triplet: DD, F3 and 24. RGB value is (221,243,36). Sum of RGB (Red+Green+Blue) = 221+243+36=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 36 (14.45% from 255 or 7.2% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF324 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF324 is #220CDB. Grayscale: #D5D5D5. Windows color (decimal): -2231516 or 2421725. OLE color: 2421725.
HSL color Cylindrical-coordinate representation of color #DDF324: hue angle of 66.38º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDF324 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 36 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.05 |
| HSL | 66.38º | 0.9% | 0.55% | - |
| HSV(B) | 66.38º | 0.85% | 0.95% | - |
| XYZ | 62.19 | 79.6 | 13.76 | - |
| YUV | 212.82 | 28.21 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 36 | 0.09 | 0 | 0.85 | 0.05 | 66.38 | 0.9 | 0.55 |
| Hex | DD | F3 | 24 | 9 | 0 | 55 | 5 | 42 | 5A | 37 |
| Octal | 335 | 363 | 44 | 11 | 0 | 125 | 5 | 102 | 132 | 67 |
| Binary | 11011101 | 11110011 | 100100 | 1001 | 0 | 1010101 | 101 | 1000010 | 1011010 | 110111 |
Color Harmonies of #DDF324
Complementary color
Monochromatic Colors of #DDF324
Black with #DDF324
Text Example
Text Example
White with #DDF324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF324; }
p { color: rgb(221,243,36); }
H1.HeaderClassName
{
color: #DDF324;
}
.AnyTagClassName
{
color: #DDF324;
}
</style>
background-color css
<style>
a { background-color: #DDF324; }
a { background-color: rgb(221,243,36); }
div.DivClassName
{
background-color: #DDF324;
}
.BgClassName
{
background-color: #DDF324;
}
</style>
border-color css
<style>
span { border-color: #DDF324; }
span { border-color: rgb(221,243,36); }
td.TdClassName
{
border-color: #DDF324;
}
.TagClassName
{
border-color: #DDF324;
}
</style>