#DDFB22

Color #DDFB22 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DDFB22

Tints of Pear #DDFB22

Color information

#DDFB22 (or 0xDDFB22) is unknown color: approx Pear. HEX triplet: DD, FB and 22. RGB value is (221,251,34). Sum of RGB (Red+Green+Blue) = 221+251+34=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 34 (13.67% from 255 or 6.72% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFB22 is #2204DD. Grayscale: #DADADA. Windows color (decimal): -2229470 or 2292701. OLE color: 2292701.

HSL color Cylindrical-coordinate representation of color #DDFB22: hue angle of 68.29º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDFB22 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB22125134-
CMYK0.1200.860.02
HSL68.29º96.44%55.88%-
HSV(B)68.29º86.45%98.43%-
XYZ64.684.4814.42-
YUV217.2924.56130.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 251 (98.44% from 255) = 49.60%
BLUE value IS 34 (13.67% from 255) = 6.72%
R=43.68%
G=49.60%
B=6.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal221251340.1200.860.0268.2996.4455.88
HexDDFB22C0562446038
Octal33537342140126210414070
Binary11011101111110111000101100010101101010001001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFB22; }

 p { color: rgb(221,251,34); }

 H1.HeaderClassName
 {
   color: #DDFB22;
 }
 .AnyTagClassName
 {
   color: #DDFB22;
 }
</style>
background-color css

<style>
 a { background-color: #DDFB22; }

 a { background-color: rgb(221,251,34); }

 div.DivClassName
 {
   background-color: #DDFB22;
 }
 .BgClassName
 {
   background-color: #DDFB22;
 }
</style>
border-color css

<style>
 span { border-color: #DDFB22; }

 span { border-color: rgb(221,251,34); }

 td.TdClassName
 {
   border-color: #DDFB22;
 }
 .TagClassName
 {
   border-color: #DDFB22;
 }
</style>