Shades of Pear #DDF023
Tints of Pear #DDF023
RGB
CMYK
RGB Variations
Color information
#DDF023 (or 0xDDF023) is known color: Pear. HEX triplet: DD, F0 and 23. RGB value is (221,240,35). Sum of RGB (Red+Green+Blue) = 221+240+35=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 35 (14.06% from 255 or 7.06% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF023 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF023 is #220FDC. Grayscale: #D3D3D3. Windows color (decimal): -2232285 or 2355421. OLE color: 2355421.
HSL color Cylindrical-coordinate representation of color #DDF023: hue angle of 65.56º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDF023 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 35 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.06 |
| HSL | 65.56º | 0.87% | 0.54% | - |
| HSV(B) | 65.56º | 0.85% | 0.94% | - |
| XYZ | 61.28 | 77.81 | 13.38 | - |
| YUV | 210.95 | 28.71 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 35 | 0.08 | 0 | 0.85 | 0.06 | 65.56 | 0.87 | 0.54 |
| Hex | DD | F0 | 23 | 8 | 0 | 55 | 6 | 42 | 57 | 36 |
| Octal | 335 | 360 | 43 | 10 | 0 | 125 | 6 | 102 | 127 | 66 |
| Binary | 11011101 | 11110000 | 100011 | 1000 | 0 | 1010101 | 110 | 1000010 | 1010111 | 110110 |
Color Harmonies of #DDF023
Complementary color
Monochromatic Colors of #DDF023
Black with #DDF023
Text Example
Text Example
White with #DDF023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF023; }
p { color: rgb(221,240,35); }
H1.HeaderClassName
{
color: #DDF023;
}
.AnyTagClassName
{
color: #DDF023;
}
</style>
background-color css
<style>
a { background-color: #DDF023; }
a { background-color: rgb(221,240,35); }
div.DivClassName
{
background-color: #DDF023;
}
.BgClassName
{
background-color: #DDF023;
}
</style>
border-color css
<style>
span { border-color: #DDF023; }
span { border-color: rgb(221,240,35); }
td.TdClassName
{
border-color: #DDF023;
}
.TagClassName
{
border-color: #DDF023;
}
</style>