Shades of Pear #DDFF31
Tints of Pear #DDFF31
RGB
CMYK
RGB Variations
Color information
#DDFF31 (or 0xDDFF31) is known color: Pear. HEX triplet: DD, FF and 31. RGB value is (221,255,49). Sum of RGB (Red+Green+Blue) = 221+255+49=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 49 (19.53% from 255 or 9.33% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF31 is #2200CE. Grayscale: #DEDEDE. Windows color (decimal): -2228431 or 3276765. OLE color: 3276765.
HSL color Cylindrical-coordinate representation of color #DDFF31: hue angle of 69.9º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDFF31 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 49 | - |
| CMYK | 0.13 | 0 | 0.81 | 0 |
| HSL | 69.9º | 1% | 0.6% | - |
| HSV(B) | 69.9º | 0.81% | 1% | - |
| XYZ | 66.13 | 87.11 | 16.23 | - |
| YUV | 221.35 | 30.74 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 49 | 0.13 | 0 | 0.81 | 0 | 69.9 | 1 | 0.6 |
| Hex | DD | FF | 31 | D | 0 | 51 | 0 | 46 | 64 | 3C |
| Octal | 335 | 377 | 61 | 15 | 0 | 121 | 0 | 106 | 144 | 74 |
| Binary | 11011101 | 11111111 | 110001 | 1101 | 0 | 1010001 | 0 | 1000110 | 1100100 | 111100 |
Color Harmonies of #DDFF31
Complementary color
Monochromatic Colors of #DDFF31
Black with #DDFF31
Text Example
Text Example
White with #DDFF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF31; }
p { color: rgb(221,255,49); }
H1.HeaderClassName
{
color: #DDFF31;
}
.AnyTagClassName
{
color: #DDFF31;
}
</style>
background-color css
<style>
a { background-color: #DDFF31; }
a { background-color: rgb(221,255,49); }
div.DivClassName
{
background-color: #DDFF31;
}
.BgClassName
{
background-color: #DDFF31;
}
</style>
border-color css
<style>
span { border-color: #DDFF31; }
span { border-color: rgb(221,255,49); }
td.TdClassName
{
border-color: #DDFF31;
}
.TagClassName
{
border-color: #DDFF31;
}
</style>