Shades of Pear #DDFD3C
Tints of Pear #DDFD3C
RGB
CMYK
RGB Variations
Color information
#DDFD3C (or 0xDDFD3C) is known color: Pear. HEX triplet: DD, FD and 3C. RGB value is (221,253,60). Sum of RGB (Red+Green+Blue) = 221+253+60=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 60 (23.83% from 255 or 11.24% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFD3C is #2202C3. Grayscale: #DEDEDE. Windows color (decimal): -2228932 or 3997149. OLE color: 3997149.
HSL color Cylindrical-coordinate representation of color #DDFD3C: hue angle of 69.95º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDFD3C is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 60 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.01 |
| HSL | 69.95º | 0.98% | 0.61% | - |
| HSV(B) | 69.95º | 0.76% | 0.99% | - |
| XYZ | 65.76 | 85.95 | 17.4 | - |
| YUV | 221.43 | 36.9 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 60 | 0.13 | 0 | 0.76 | 0.01 | 69.95 | 0.98 | 0.61 |
| Hex | DD | FD | 3C | D | 0 | 4C | 1 | 46 | 62 | 3D |
| Octal | 335 | 375 | 74 | 15 | 0 | 114 | 1 | 106 | 142 | 75 |
| Binary | 11011101 | 11111101 | 111100 | 1101 | 0 | 1001100 | 1 | 1000110 | 1100010 | 111101 |
Color Harmonies of #DDFD3C
Complementary color
Monochromatic Colors of #DDFD3C
Black with #DDFD3C
Text Example
Text Example
White with #DDFD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD3C; }
p { color: rgb(221,253,60); }
H1.HeaderClassName
{
color: #DDFD3C;
}
.AnyTagClassName
{
color: #DDFD3C;
}
</style>
background-color css
<style>
a { background-color: #DDFD3C; }
a { background-color: rgb(221,253,60); }
div.DivClassName
{
background-color: #DDFD3C;
}
.BgClassName
{
background-color: #DDFD3C;
}
</style>
border-color css
<style>
span { border-color: #DDFD3C; }
span { border-color: rgb(221,253,60); }
td.TdClassName
{
border-color: #DDFD3C;
}
.TagClassName
{
border-color: #DDFD3C;
}
</style>