Shades of Pear #DDFD23
Tints of Pear #DDFD23
RGB
CMYK
RGB Variations
Color information
#DDFD23 (or 0xDDFD23) is known color: Pear. HEX triplet: DD, FD and 23. RGB value is (221,253,35). Sum of RGB (Red+Green+Blue) = 221+253+35=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 35 (14.06% from 255 or 6.88% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFD23 is #2202DC. Grayscale: #DBDBDB. Windows color (decimal): -2228957 or 2358749. OLE color: 2358749.
HSL color Cylindrical-coordinate representation of color #DDFD23: hue angle of 68.81º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDFD23 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 35 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.01 |
| HSL | 68.81º | 0.98% | 0.56% | - |
| HSV(B) | 68.81º | 0.86% | 0.99% | - |
| XYZ | 65.25 | 85.74 | 14.7 | - |
| YUV | 218.58 | 24.4 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 35 | 0.13 | 0 | 0.86 | 0.01 | 68.81 | 0.98 | 0.56 |
| Hex | DD | FD | 23 | D | 0 | 56 | 1 | 45 | 62 | 38 |
| Octal | 335 | 375 | 43 | 15 | 0 | 126 | 1 | 105 | 142 | 70 |
| Binary | 11011101 | 11111101 | 100011 | 1101 | 0 | 1010110 | 1 | 1000101 | 1100010 | 111000 |
Color Harmonies of #DDFD23
Complementary color
Monochromatic Colors of #DDFD23
Black with #DDFD23
Text Example
Text Example
White with #DDFD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD23; }
p { color: rgb(221,253,35); }
H1.HeaderClassName
{
color: #DDFD23;
}
.AnyTagClassName
{
color: #DDFD23;
}
</style>
background-color css
<style>
a { background-color: #DDFD23; }
a { background-color: rgb(221,253,35); }
div.DivClassName
{
background-color: #DDFD23;
}
.BgClassName
{
background-color: #DDFD23;
}
</style>
border-color css
<style>
span { border-color: #DDFD23; }
span { border-color: rgb(221,253,35); }
td.TdClassName
{
border-color: #DDFD23;
}
.TagClassName
{
border-color: #DDFD23;
}
</style>