Shades of Pear #DDFC21
Tints of Pear #DDFC21
RGB
CMYK
RGB Variations
Color information
#DDFC21 (or 0xDDFC21) is known color: Pear. HEX triplet: DD, FC and 21. RGB value is (221,252,33). Sum of RGB (Red+Green+Blue) = 221+252+33=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 33 (13.28% from 255 or 6.52% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFC21 is #2203DE. Grayscale: #DADADA. Windows color (decimal): -2229215 or 2227421. OLE color: 2227421.
HSL color Cylindrical-coordinate representation of color #DDFC21: hue angle of 68.49º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDFC21 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 33 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.01 |
| HSL | 68.49º | 0.97% | 0.56% | - |
| HSV(B) | 68.49º | 0.87% | 0.99% | - |
| XYZ | 64.9 | 85.1 | 14.44 | - |
| YUV | 217.77 | 23.73 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 33 | 0.12 | 0 | 0.87 | 0.01 | 68.49 | 0.97 | 0.56 |
| Hex | DD | FC | 21 | C | 0 | 57 | 1 | 44 | 61 | 38 |
| Octal | 335 | 374 | 41 | 14 | 0 | 127 | 1 | 104 | 141 | 70 |
| Binary | 11011101 | 11111100 | 100001 | 1100 | 0 | 1010111 | 1 | 1000100 | 1100001 | 111000 |
Color Harmonies of #DDFC21
Complementary color
Monochromatic Colors of #DDFC21
Black with #DDFC21
Text Example
Text Example
White with #DDFC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC21; }
p { color: rgb(221,252,33); }
H1.HeaderClassName
{
color: #DDFC21;
}
.AnyTagClassName
{
color: #DDFC21;
}
</style>
background-color css
<style>
a { background-color: #DDFC21; }
a { background-color: rgb(221,252,33); }
div.DivClassName
{
background-color: #DDFC21;
}
.BgClassName
{
background-color: #DDFC21;
}
</style>
border-color css
<style>
span { border-color: #DDFC21; }
span { border-color: rgb(221,252,33); }
td.TdClassName
{
border-color: #DDFC21;
}
.TagClassName
{
border-color: #DDFC21;
}
</style>