Shades of Pear #DDF323
Tints of Pear #DDF323
RGB
CMYK
RGB Variations
Color information
#DDF323 (or 0xDDF323) is known color: Pear. HEX triplet: DD, F3 and 23. RGB value is (221,243,35). Sum of RGB (Red+Green+Blue) = 221+243+35=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 35 (14.06% from 255 or 7.01% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF323 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF323 is #220CDC. Grayscale: #D5D5D5. Windows color (decimal): -2231517 or 2356189. OLE color: 2356189.
HSL color Cylindrical-coordinate representation of color #DDF323: hue angle of 66.35º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDF323 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 35 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.05 |
| HSL | 66.35º | 0.9% | 0.55% | - |
| HSV(B) | 66.35º | 0.86% | 0.95% | - |
| XYZ | 62.17 | 79.59 | 13.68 | - |
| YUV | 212.71 | 27.71 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 35 | 0.09 | 0 | 0.86 | 0.05 | 66.35 | 0.9 | 0.55 |
| Hex | DD | F3 | 23 | 9 | 0 | 56 | 5 | 42 | 5A | 37 |
| Octal | 335 | 363 | 43 | 11 | 0 | 126 | 5 | 102 | 132 | 67 |
| Binary | 11011101 | 11110011 | 100011 | 1001 | 0 | 1010110 | 101 | 1000010 | 1011010 | 110111 |
Color Harmonies of #DDF323
Complementary color
Monochromatic Colors of #DDF323
Black with #DDF323
Text Example
Text Example
White with #DDF323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF323; }
p { color: rgb(221,243,35); }
H1.HeaderClassName
{
color: #DDF323;
}
.AnyTagClassName
{
color: #DDF323;
}
</style>
background-color css
<style>
a { background-color: #DDF323; }
a { background-color: rgb(221,243,35); }
div.DivClassName
{
background-color: #DDF323;
}
.BgClassName
{
background-color: #DDF323;
}
</style>
border-color css
<style>
span { border-color: #DDF323; }
span { border-color: rgb(221,243,35); }
td.TdClassName
{
border-color: #DDF323;
}
.TagClassName
{
border-color: #DDF323;
}
</style>